public KkkksController(IAttachmentTypesAppService attachmentTypesAppService, IAttachmentFilesAppService attachmentFilesAppService, IKkkksAppService kkkksAppService) { _kkkksAppService = kkkksAppService; _attachmentFilesAppService = attachmentFilesAppService; _attachmentTypesAppService = attachmentTypesAppService; }
public AttachmentTypesController(IAttachmentTypesAppService attachmentTypesAppService) { _attachmentTypesAppService = attachmentTypesAppService; }
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; }