Example #1
0
 public void EntityMenuCustomPermUpdate(T_SYS_ENTITYMENUCUSTOMPERM obj)
 {
     using (EntityMenuCustomPermBLL bll = new EntityMenuCustomPermBLL())
     {
         bll.EntityMenuCustomPermUpdate(obj);
     }
 }