Exemplo n.º 1
0
 public GenericRepository(IManagementSystemDbContext context)
 {
     this.Context = context;
     this.Set     = context.Set <T>();
 }