コード例 #1
0
 public CategoryDAL()
 {
     _database = new SCADatabase();
 }
コード例 #2
0
 public ProductsDAL()
 {
     _database = new SCADatabase();
 }