Esempio n. 1
0
 public IEnumerable <long> GetSomeIds <T>(int count)// where T : EntityBase
 {
     return(Enumerable.Range(0, count).Select(index => SmallFlakes <T> .Oxidize()));
 }
Esempio n. 2
0
 public long GetId <T>()// where T : EntityBase
 {
     return(SmallFlakes <T> .Oxidize());
 }