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