Exemplo n.º 1
0
 public Repository(BSModel context)
 {
     _context = context ?? throw new ArgumentNullException();
 }