コード例 #1
0
 public ZoneRepository(IrrigationContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public ScheduleRepository(IrrigationContext context)
 {
     this.context = context;
 }