Exemplo n.º 1
0
 public void CrearRol(Rol rol)
 {
     _repositorioRol.Agregar(rol);
 }