Exemplo n.º 1
0
 public void RegistrarUsuario(String tenant, Usuario usr)
 {
     _dal.RegistrarUsuario(tenant, usr);
 }