コード例 #1
0
 public GetPots(PotterShopContext context) //MySqlConnection connection)
 {
     //conn = connection;
     this.context = context;
 }
コード例 #2
0
ファイル: GetPot.cs プロジェクト: kufena/thegatehousewereham
 public GetPot(PotterShopContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public PotsAndPotters(PotterShopContext context)
 {
     this.context = context; // connString = connString;
 }