Пример #1
0
 public T Get <T>(long id) where T : DomainObject
 {
     return(_session.Get <T>(id));
 }