Exemple #1
0
 public Repository(IRContext context)
 {
     Context = context;
     Set     = Context.Set <T>();
 }