예제 #1
0
 public SchedulesController(CFLDBContext c)
 {
     _cfldb = c;
 }
 public SeasonsController(CFLDBContext c)
 {
     _cfldb = c;
 }
예제 #3
0
 public TeamsController(CFLDBContext c)
 {
     _cfldb = c;
 }