Exemplo n.º 1
0
 public Boolean ExisteUsuario(String tenant, String email)
 {
     return(_dal.ExisteUsuario(tenant, email));
 }