Пример #1
0
 public T GetById <T>(object id) where T : class => adapter.GetById <T>(id);