Esempio n. 1
0
 public TotalPurchaseBySupplierController(IMapper mapper, TotalPurchaseFacade facade, IdentityService identityService)
 {
     _mapper = mapper;
     _facade = facade;
     this.identityService = identityService;
 }
 public TotalPurchaseByUnitCategoriesController(IMapper mapper, TotalPurchaseFacade facade, IdentityService identityService)
 {
     _mapper = mapper;
     _facade = facade;
     this.identityService = identityService;
 }