コード例 #1
0
ファイル: CarsController.cs プロジェクト: Berti222/CarsOwners
 public CarsController()
 {
     _context = new CarsesOwnerEntities();
 }