public ProfileItem GetProfileByProfName(string profName, string mmmeCode, ref bool Found) { try { return(_profilesService.GetProfileByProfName(profName, mmmeCode, ref Found)); } catch (Exception ex) { throw ex; } }
public ProfileItem GetProfileByProfName(string profName, string mmmeCode, ref bool Found) { return(_profilesService.GetProfileByProfName(profName, mmmeCode, ref Found)); }