Example #1
0
 public List <AgentPaymentInformation> BindAgentPaymentDetails(int FlatId)
 {
     return(db.BindAgentPaymentDetails(FlatId));
 }