Beispiel #1
0
 public CatsController(PortlandAnimalShelterApiContext db)
 {
     _db = db;
 }