Example #1
0
 public TravelBuddyData(TravelBuddyDbContext context)
     : base(context)
 {
 }
Example #2
0
 public BaseData(TravelBuddyDbContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }