Beispiel #1
0
 public EvaluationManager(MoodFullContext context)
 {
     _moodfullContext = context;
 }
Beispiel #2
0
 public RestaurantManager(MoodFullContext context)
 {
     _moodfullContext = context;
 }
Beispiel #3
0
 public UserManager(MoodFullContext context)
 {
     _moodfullContext = context;
 }