Esempio n. 1
0
 public EvaluationManager(MoodFullContext context)
 {
     _moodfullContext = context;
 }
Esempio n. 2
0
 public RestaurantManager(MoodFullContext context)
 {
     _moodfullContext = context;
 }
Esempio n. 3
0
 public UserManager(MoodFullContext context)
 {
     _moodfullContext = context;
 }