コード例 #1
0
 public object Retrieve(Type type, Guid id)
 {
     return(DocumentsSerializer.LoadObject(type, id, db));
 }