예제 #1
0
 public static DataTable GetCustBuyYear(string method, int pageIndex, int pageSize, string OrderBy, string CompanyCD, string Cust, string Year, string CurrencyType, ref string TotalNowMonth, ref string TotalNowYear, ref string TotalLastMonth, ref string TotalLastYear, ref string TotalPrice, ref int TotalCount)
 {
     return(SellProductReport.GetCustBuyYear(method, pageIndex, pageSize, OrderBy, CompanyCD, Cust, Year, CurrencyType, ref TotalNowMonth, ref TotalNowYear, ref TotalLastMonth, ref TotalLastYear, ref TotalPrice, ref TotalCount));
 }