コード例 #1
0
ファイル: PetsController.cs プロジェクト: SoetZombie/petnb
 // GET: Pets
 public async Task <IActionResult> Index()
 {
     return(View(await _petService.AllPets()));
 }