Ejemplo n.º 1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (this.Db != null)
         {
             this.Db.Dispose();
             this.Db = null;
         }
     }
 }
 public RewardTitleRepository()
 {
     this.Db = new sitwEntities();
 }
Ejemplo n.º 3
0
 public NewsRepository()
 {
     this.Db = new sitwEntities();
 }
 public RnakRewardRepository()
 {
     this.Db = new sitwEntities();
 }