コード例 #1
0
 public LessonRegistrationManagementService(
     ILessonRegistrationRepository repository,
     INotificationTransfer notificationTransfer)
 {
     _repository = repository;
     _notificationTransfer = notificationTransfer;
 }
コード例 #2
0
 public LessonRegistrationDisplayingService(ILessonRegistrationRepository repository)
 {
     _repository = repository;
 }