示例#1
0
 public DataTable GetPaymentInfo(string companyId, int days)
 {
     return(Tariff.GetPaymentForPeriod(new Guid(companyId), days));
 }