public StudentManager(TCenterContext centerContext)
 {
     _centerContext = centerContext;
 }
Exemplo n.º 2
0
 public CourceController(TCenterContext centerContext)
 {
     _centerContext = centerContext;
 }