コード例 #1
0
 public InfraccionesController(IInfraccionesService service, MapperService mapper)
 {
     _service = service;
     _mapper  = mapper;
 }
コード例 #2
0
 public InfraccionesController()
 {
     _service = null;
     _mapper  = null;
 }