Esempio n. 1
0
 public GetFindingSubTypeHandler(IFindingSubTypeService findingSubTypeService)
 {
     Service = findingSubTypeService;
 }
Esempio n. 2
0
 public AddFindingSubTypeHandler(IFindingSubTypeService findingService)
 {
     FindingSubTypeService = findingService;
 }
 public UpdateFindingSubTypeHandler(IFindingSubTypeService findingSubTypeService, IMapper mapper)
 {
     FindingSubTypeService = findingSubTypeService;
     Mapper = mapper;
 }
Esempio n. 4
0
 public DeleteFindingSubTypeHandler(IFindingSubTypeService frequencyTypeService)
 {
     FindingSubTypeService = frequencyTypeService;
 }