Exemplo n.º 1
0
 public DTOResponse <bool> CheckIfEmailExists(DTOInfo checkIfEmailExistsInfo)
 {
     return(_userDomain.CheckIfEmailExists(checkIfEmailExistsInfo.Email));
 }