Example #1
0
 private List <Tenant> GetAllFromRange(Range range)
 {
     return(Schools.Skip(range.Min).Take(range.Max - range.Min).ToList());
 }