예제 #1
0
 public AccountController(ISalonServices salonService, ICustomerService customerService)
 {
     _salonService    = salonService;
     _customerService = customerService;
 }
예제 #2
0
 public SalonController(ISalonServices salon)
 {
     this.salonSvc = salon;
 }
예제 #3
0
 public SalonController(ISalonServices salonService)
 {
     _salonService = salonService;
 }