public BayiController(IBayiService bayiService, IMapper mapper) { this.bayiService = bayiService; this.mapper = mapper; }
public BayiController(IBayiService bayiService) { this.bayiService = bayiService; }