示例#1
0
 public DocumentController(IAppDocumentService documentService, IAppUserService userService, IAuthService authService, IMapper mapper)
 {
     this.documentService = documentService;
     this.userService     = userService;
     this.authService     = authService;
     this.mapper          = mapper;
 }
示例#2
0
 public DocumentController(IAppDocumentService DocumentAppService)
 {
     _DocumentAppService = DocumentAppService;
 }
 public ConsigneMaintenanceController(IAppConsigne_maintenanceService Consigne_maintenanceAppService, IAppDocumentService DocumentAppService)
 {
     _Consigne_maintenanceAppService = Consigne_maintenanceAppService;
     _DocumentAppService             = DocumentAppService;
 }