예제 #1
0
 public NutritionManager(BodyHelperContext context, string userId)
 {
     this.context = context;
     this.userId = userId;
 }
예제 #2
0
 public NutritionController(BodyHelperContext context)
 {
     this.context = context;
 }
예제 #3
0
 public ProfileController(BodyHelperContext context)
 {
     this.context = context;
 }
예제 #4
0
 public DishesController(BodyHelperContext context)
 {
     this.context = context;
 }
예제 #5
0
 public AdvicesController(BodyHelperContext context)
 {
     this.context = context;
 }