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