Example #1
0
 public HolidayRepository(ElibraryContext context) : base(context)
 {
 }
 public CurrencyRepository(ElibraryContext context) : base(context)
 {
 }
Example #3
0
 public WeekRepository(ElibraryContext context) : base(context)
 {
 }
Example #4
0
 public CountryRepository(ElibraryContext context) : base(context)
 {
 }
Example #5
0
 public BaseRepository(ElibraryContext context)
 {
     this.context = context;
 }