Esempio n. 1
0
 public Repository(ArabicContext arabicContext)
 {
     _ctx  = arabicContext;
     dbSet = _ctx.Set <T>();
 }