File tree Expand file tree Collapse file tree
ObjectSemantics.NET.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ; }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments