コード例 #1
0
 public EventsController(IEventService eventServiceR, IEventTypeService eventTypeServiceR, IRepeatTypeService repeatTypeServiceR)
 {
     eventService      = eventServiceR;
     eventTypeService  = eventTypeServiceR;
     repeatTypeService = repeatTypeServiceR;
 }
コード例 #2
0
 public EventsController(IEventService eventServiceR, IEventTypeService eventTypeServiceR, IRepeatTypeService repeatTypeServiceR)
 {
     eventService = eventServiceR;
     eventTypeService = eventTypeServiceR;
     repeatTypeService = repeatTypeServiceR;
 }