コード例 #1
0
ファイル: CatsController.cs プロジェクト: joey3001/APIStyling
 public CatsController(AnimalShelterAPIContext db)
 {
     _db = db;
 }