Exemplo n.º 1
0
 /// <summary>
 /// Used to Get Regions By selected division
 /// </summary>
 /// <param name="companyCode"></param>
 /// <param name="divisionCode"></param>
 /// <returns></returns>
 public IEnumerable <MVCModels.RigionByDivisionModel> GetRegionbyDivision(string companyCode, string divisionCode)
 {
     _objDALUsercretion = new DAL_UsercreationWizard();
     //string Region_Code = _objcurrentInfo.GetRegionCode();
     return(_objDALUsercretion.GetRegionbyDivision(companyCode, divisionCode));
 }