Ejemplo n.º 1
0
 public BayiController(IBayiService bayiService, IMapper mapper)
 {
     this.bayiService = bayiService;
     this.mapper      = mapper;
 }
Ejemplo n.º 2
0
 public BayiController(IBayiService bayiService)
 {
     this.bayiService = bayiService;
 }