public CategoriaRepo(ChromeZoneContext context) : base(context)
 {
 }
示例#2
0
 protected RepoBase(ChromeZoneContext context)
 {
     _db = context;
 }