Exemple #1
0
 public LivroRepository(LivroShopContext context)
     : base(context)
 {
 }
 public RepositoryBase(LivroShopContext context)
 {
     _context = context;
 }