Exemplo n.º 1
0
 public int ObtenerIdByEmail(String tenant, String email)
 {
     return(_dal.obtenerIdByEmail(tenant, email));
 }