示例#1
0
 public ReportRecapStockGreigePerTypeController(IIdentityService identityService, IValidateService validateService, IReportRecapStockGreigePerTypeService service)
 {
     IdentityService = identityService;
     ValidateService = validateService;
     Service         = service;
     ApiVersion      = "1.0.0";
 }
 public ReportRecapStockGreigePerTypeController(IReportRecapStockGreigePerTypeService service, IServiceProvider serviceProvider)
 {
     this.service         = service;
     this.serviceProvider = serviceProvider;
     identityService      = (IdentityService)serviceProvider.GetService(typeof(IdentityService));
 }