Skip to content

Commit 49ff17e

Browse files
committed
chore: minor refactoring
1 parent 55a3d22 commit 49ff17e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ObjectSemantics.NET.Tests/MoqModels/CustomerPayment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public class CustomerPayment
99
public double Amount { get; set; }
1010
public string ReferenceNo { get; set; }
1111
public string PaidBy { get; set; }
12-
public string PaidByMobile { get; set; }
1312
public string RegisteredBy { get; set; }
1413
public string Narration { get; set; }
1514
public string CustomerName { get; set; }
@@ -18,6 +17,7 @@ public class CustomerPayment
1817
public DateTime PaymentDate { get; set; }
1918
public Customer Customer { get; set; }
2019
}
20+
2121
public class Customer
2222
{
2323
public int Id { get; set; }

ObjectSemantics.NET.Tests/TemplateFileMappingTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public void Should_Map_Large_File_Template()
2424
LedgerAccountId = 1,
2525
ReferenceNo = "CP-20251029-14QH",
2626
PaidBy = "JOHN DOE",
27-
PaidByMobile = "N/A",
2827
PaymentDate = DateTime.Parse("2025-10-29T14:03:19.4147588"),
2928
RegisteredBy = "George Waynne",
3029
Customer = new Customer

0 commit comments

Comments
 (0)