public ServantsController(IServantService iServant)
 {
     _iServant = iServant;
 }
Exemplo n.º 2
0
        //private readonly IMapper _iMapper;

        public ServantsController(IServantService iServant)
        {
            _iServant = iServant;
            //_iMapper = mapper;
        }