Example #1
0
 public T_SYS_ENTITYMENUCUSTOMPERM GetCustomerPermissionByUserIDAndEntityCode(string StrUserId, string StrEntityCode)
 {
     using (EntityMenuCustomPermBLL bll = new EntityMenuCustomPermBLL())
     {
         return(bll.GetCustomerPermissionByUserIDAndEntityCode(StrUserId, StrEntityCode));
     }
 }
Example #2
0
 public T_SYS_ENTITYMENUCUSTOMPERM GetCustomerPermissionByUserIDAndEntityCode(string StrUserId, string StrEntityCode)
 {
     using (EntityMenuCustomPermBLL bll = new EntityMenuCustomPermBLL())
     {
         return bll.GetCustomerPermissionByUserIDAndEntityCode(StrUserId, StrEntityCode);
     }
 }