Beispiel #1
0
 public CourseController(ICourseManagment storage)
 {
     this.storage = storage;
 }
Beispiel #2
0
 public NodeController(ICourseManagment storage)
 {
     this.storage = storage;
 }