Example #1
0
 public DeleteProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService)
 {
     ProtocolFormTypeService = protocolFormTypeService;
 }
Example #2
0
 public GetProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService)
 {
     Service = protocolFormTypeService;
 }
 public AddProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService)
 {
     ProtocolFormTypeService = protocolFormTypeService;
 }
Example #4
0
 public UpdateProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService, IMapper mapper)
 {
     ProtocolFormTypeService = protocolFormTypeService;
     Mapper = mapper;
 }