Example #1
0
 public int DeleteUser(int userId)
 {
     return(_tabUserTableAdapter.DeleteUserByID(userId));
 }