Example #1
0
 public BaseService()
 {
     db       = new ECommerceEntities();
     _context = db.Set <T>();
 }