예제 #1
0
 public IEnumerable <MVCModels.Product> GetProduct(string UserCode)
 {
     _objDALUsercretion = new DAL_UsercreationWizard();
     return(_objDALUsercretion.GetProduct(UserCode));
 }