예제 #1
0
 public bool DeleteUser(int id)
 {
     return(_userDataRepository.DeleteUser(id));
 }