Ejemplo n.º 1
0
 public DeleteProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService)
 {
     ProtocolFormTypeService = protocolFormTypeService;
 }
Ejemplo n.º 2
0
 public GetProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService)
 {
     Service = protocolFormTypeService;
 }
 public AddProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService)
 {
     ProtocolFormTypeService = protocolFormTypeService;
 }
Ejemplo n.º 4
0
 public UpdateProtocolFormTypeHandler(IOapProtocolFormTypeService protocolFormTypeService, IMapper mapper)
 {
     ProtocolFormTypeService = protocolFormTypeService;
     Mapper = mapper;
 }