Пример #1
0
 public bool SaveNewAgentPayment(AgentPaymentInformation payInfo)
 {
     return(db.SaveNewAgentPayment(payInfo));
 }