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