예제 #1
0
 public GuestInfoController(IGuestInfoService _guestInfoService)
 {
     guestInfoService = _guestInfoService;
 }
예제 #2
0
 public VolunteerController(IGuestInfoServiceTypeService _guestInfoServiceTypeService, IGuestInfoService _guestInfoService, IServiceTypeService _serviceTypeService)
 {
     guestInfoServiceTypeService = _guestInfoServiceTypeService;
     guestInfoService            = _guestInfoService;
     serviceTypeService          = _serviceTypeService;
 }