Example #1
0
 public int DeleteByID(int UserID)
 {
     return(objUser_DAL.DeleteByID(UserID));
 }