Beispiel #1
0
 internal ICollection <Cuota> CuotasPendientes(int numVivienda)
 {
     return(CuotaDAO.CuotasPendientes(numVivienda));
 }