コード例 #1
0
 public IActionResult Login()
 {
     fox.TricksToLearn();
     fox.BasicFoods();
     fox.BasicDrinks();
     return(View(fox));
 }