예제 #1
0
 public RepositoryBase(AzureContext context)
 {
     this.context = context;
     this.dbset   = context.Set <TEntity>();
 }