Exemplo n.º 1
0
 private bool CUsersExists(int id)
 {
     return(_userRep.UserExists(id));
 }