예제 #1
0
 public string GetMinMaxConfig(string Company_Code)
 {
     _objDALUsercretion = new DAL_UsercreationWizard();
     return(_objDALUsercretion.GetMinMaxConfig(Company_Code));
 }