Exemplo n.º 1
0
 public bool Remove(Apartment item)
 {
     throw new NotImplementedException();
 }
 public double YourPay(Apartment apartment)
 {
     PayRent(apartment);
     Console.WriteLine($"Your pay:{allpay}");
     return(allpay);
 }