Ejemplo n.º 1
0
 public CustomerRepo(RareBookAppContext rareBookAppContext) : base(rareBookAppContext)
 {
 }
 public EFCoreGenericRepo(RareBookAppContext rareBookAppContext)
 {
     this._context = rareBookAppContext;
 }