예제 #1
0
 public BayiController(IBayiService bayiService, IMapper mapper)
 {
     this.bayiService = bayiService;
     this.mapper      = mapper;
 }
예제 #2
0
 public BayiController(IBayiService bayiService)
 {
     this.bayiService = bayiService;
 }