예제 #1
0
 public UsuarioPerfilController(UsuarioPerfilRepository repository)
 {
     this._repository = repository ?? throw new ArgumentException(nameof(repository));
 }