Beispiel #1
0
 public UnitOfWork(TamaContext context)
 {
     _context    = context;
     Tamagotchis = new TamagotchiRepository(_context);
 }
Beispiel #2
0
 public TamagotchiRepository(TamaContext context)
     : base(context)
 {
 }