public LocationsController(IPathSettings ps)
 {
     _pathLocations = ps.PathLocations;
 }
Beispiel #2
0
 public MainMenuController(IPathSettings ps)
 {
     _pathMainMenu = ps.PathMainMenu;
 }
Beispiel #3
0
 public CoursesController(StuddyBotContext db, IPathSettings ps)
 {
     _db          = db;
     _pathCourses = ps.PathCourses;
 }
 public PlannedEventsController(IPathSettings ps)
 {
     _pathPlannedEvents = ps.PathPlannedEvents;
 }
Beispiel #5
0
 public QAController(IPathSettings ps)
 {
     _pathQAs = ps.PathQAs;
 }