예제 #1
0
 public TModel FindOneById(TKey id)
 {
     return(_storage.FindOneById(id));
 }