Example #1
0
 public void RemoveDebt(InstallmentDebt plots)
 {
     Plots.Remove(plots);
 }
Example #2
0
 public void AddDebt(InstallmentDebt plots)
 {
     Plots.Add(plots);
 }