示例#1
0
 public KkkksController(IAttachmentTypesAppService attachmentTypesAppService, IAttachmentFilesAppService attachmentFilesAppService, IKkkksAppService kkkksAppService)
 {
     _kkkksAppService           = kkkksAppService;
     _attachmentFilesAppService = attachmentFilesAppService;
     _attachmentTypesAppService = attachmentTypesAppService;
 }
 public AttachmentTypesController(IAttachmentTypesAppService attachmentTypesAppService)
 {
     _attachmentTypesAppService = attachmentTypesAppService;
 }
示例#3
0
 public PersonsController(IPersonsAppService personsAppService, IAttachmentFilesAppService attachmentFilesAppService, IAttachmentTypesAppService attachmentTypesAppService)
 {
     _personsAppService         = personsAppService;
     _attachmentFilesAppService = attachmentFilesAppService;
     _attachmentTypesAppService = attachmentTypesAppService;
 }
 public DiseasesController(IAttachmentTypesAppService attachmentTypesAppService, IAttachmentFilesAppService attachmentFilesAppService, IDiseasesAppService diseasesAppService)
 {
     _diseasesAppService        = diseasesAppService;
     _attachmentFilesAppService = attachmentFilesAppService;
     _attachmentTypesAppService = attachmentTypesAppService;
 }