Esempio n. 1
0
 TEntity IStorage.GetBy <TEntity>(SerializationItemCollection @by)
 {
     throw new NotSupportedException();
 }
 public TEntity GetBy <TEntity>(SerializationItemCollection by)
 {
     return(_registry.Securities.ReadById(by[0].Value).To <TEntity>());
     //throw new NotSupportedException();
 }
Esempio n. 3
0
 public TEntity GetBy <TEntity>(SerializationItemCollection by)
 {
     throw new NotSupportedException();
 }