Пример #1
0
 public TablesController()
 {
     this.Db = new DbOperatorTyped <Table>();
 }
Пример #2
0
 public DishesController()
 {
     this.Db = new DbOperatorTyped <Dish>();
 }
Пример #3
0
 public PersonnelController()
 {
     this.Db = new DbOperatorTyped <Person>();
 }