Exemplo n.º 1
0
 public bool Delete(object BranchID)
 {
     return(SysGroupUser.Delete(BranchID) == 1);
 }