public AccountRepository()
 {
     _dataModel = new GunzDBEntities();
 }
Пример #2
0
 public ItemRotationRepository()
 {
     _dataModel = new GunzDBEntities();
 }