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