コード例 #1
0
        public List <CustomerWiseReport> GetSpecialityWiseAnalyticsReport(string RegionCode, string spl_Name, int Spl_Month, int Spl_Year, int IsTeam, string subDomainName)
        {
            DAL_DLReports _objDALRpt = new DAL_DLReports();

            return(_objDALRpt.GetSpecialityWiseAnalyticsReport(RegionCode, spl_Name, Spl_Month, Spl_Year, IsTeam, subDomainName));
        }