Ejemplo n.º 1
0
 public CustomerController(ICustomerOfferDTOService serviceCustomerOffer, ICategoryDTOService serviceCategory, ICompanyDTOService serviceCompany)
 {
     this.serviceCustomerOffer = serviceCustomerOffer;
     this.serviceCategory      = serviceCategory;
     this.serviceCompany       = serviceCompany;
 }
 public HomeController(ICustomerOfferDTOService serviceCustomerOffer)
 {
     this.serviceCustomerOffer = serviceCustomerOffer;
 }