Ejemplo n.º 1
0
 public List <PaymentInformation> BindPaymentDetails(int FlatId)
 {
     return(db.BindPaymentDetails(FlatId));
 }