示例#1
0
 public SintomasController(ISintomaService service, IMapper mapper)
 {
     _service = service;
     _mapper  = mapper;
 }
 public SintomasController(ISintomaService service)
 {
     _service = service;
 }