Exemplo n.º 1
0
 public UnitOfWork(TamaContext context)
 {
     _context    = context;
     Tamagotchis = new TamagotchiRepository(_context);
 }
Exemplo n.º 2
0
 public TamagotchiRepository(TamaContext context)
     : base(context)
 {
 }