예제 #1
0
 public GetPots(PotterShopContext context) //MySqlConnection connection)
 {
     //conn = connection;
     this.context = context;
 }
예제 #2
0
 public GetPot(PotterShopContext context)
 {
     this.context = context;
 }
예제 #3
0
 public PotsAndPotters(PotterShopContext context)
 {
     this.context = context; // connString = connString;
 }