예제 #1
0
 public Repository(UniverContext context)
 {
     this.context = context;
     entities     = context.Set <T>();
 }