Exemplo n.º 1
0
 public static void UserGroup_Delete(int UserGroupID)
 {
     UserGroupDAL doit = new UserGroupDAL();
     doit.UserGroup_Delete(UserGroupID);
 }