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