Пример #1
0
 public Repository(CosmoContext context)
 {
     this._context  = context;
     this._entities = context.Set <TEntity>();
 }