Exemplo n.º 1
0
 public CategoriaRepo(ChromeZoneContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 protected RepoBase(ChromeZoneContext context)
 {
     _db = context;
 }