コード例 #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;
 }