public BookController(IBookServices _book, IBookTypeServices _bookTypeServices, IPublishHouseServices _publishHouseServices) { book = _book; bookTypeServices = _bookTypeServices; publishHouseServices = _publishHouseServices; this.log = LogManager.GetLogger(Startup.repository.Name, typeof(HomeController)); }
public PublishController(IPublishHouseServices _publish) { publish = _publish; }