public StudentManager(TCenterContext centerContext)
 {
     _centerContext = centerContext;
 }
Beispiel #2
0
 public CourceController(TCenterContext centerContext)
 {
     _centerContext = centerContext;
 }