Example #1
0
        public OngsController(IOngAppService ongAppService, IClienteAppService clienteAppService)
        {
            _ongAppService = ongAppService;

            _clienteAppService = clienteAppService;
        }
 public MantimentosController(IMantimentoAppService mantimentoAppService, IOngAppService ongAppService)
 {
     _mantimentoAppService = mantimentoAppService;
     _ongAppService        = ongAppService;
 }