Пример #1
0
 public CoberturaAppService(ICoberturaService coberturaService, IMapper mapper)
 {
     _coberturaService = coberturaService;
     _mapper           = mapper;
 }
 /// <summary>
 ///
 /// </summary>
 /// <param name="seguradoService"></param>
 /// <param name="cotacaoService"></param>
 /// <param name="coberturaService"></param>
 public SeguroController(ISeguradoService seguradoService, ICotacaoService cotacaoService, ICoberturaService coberturaService)
 {
     _seguradoService  = seguradoService;
     _cotacaoService   = cotacaoService;
     _coberturaService = coberturaService;
 }