コード例 #1
0
 public ClothesSizeController(IClothesSizeService clothesSizeService)
 {
     _clothesSizeService = clothesSizeService;
 }
コード例 #2
0
 public ReminderController(IReminderService reminderService, IClothesSizeService clothesSizeService)
 {
     _reminderService    = reminderService;
     _clothesSizeService = clothesSizeService;
 }