Exemplo n.º 1
0
 public UnitOfWork(GenocsContext context)
 => _context = context;
 public AccountRepository(GenocsContext context)
 {
     _context = context ??
                throw new ArgumentNullException(nameof(context));
 }