Exemple #1
0
 public BaseRepository(TimekeepingContext context)
 {
     _context = context;
 }
 public AuthRepository(TimekeepingContext timekeepingContext)
 {
     this._timekeepingContext = timekeepingContext;
 }
Exemple #3
0
 public FakeUserGeneratorService(TimekeepingContext timekeepingContext)
 {
     this._timekeepingContext = timekeepingContext;
 }
Exemple #4
0
 public UserRepository(TimekeepingContext context)
     : base(context)
 {
 }