public CategoriaController(IServiceCategoria servicioCategoria, IServiceLog4Net serviceLog4Net) { _serviceLog4Net = serviceLog4Net; _serviceCategoria = servicioCategoria; }
public ValuesController(IServiceLog4Net serviceLog) { _serviceLog4Net = serviceLog; }
public AutoresController(IServiceAutor servicioAutor, IServiceLog4Net serviceLog4Net) { _serviceLog4Net = serviceLog4Net; _serviceAutor = servicioAutor; }
public LibrosController(IServiceLibro servicioLibro, IServiceLog4Net serviceLog4Net) { _serviceLog4Net = serviceLog4Net; _serviceLibro = servicioLibro; }