예제 #1
0
 public RFCatalogEntry LoadEntry(RFCatalogKey key, RFCatalogOptions options = null)
 {
     return(_context.LoadEntry(key, options));
 }
예제 #2
0
 public T LoadDocumentContent <T>(RFCatalogKey key, RFCatalogOptions options = null) where T : class
 {
     return(_context.LoadDocumentContent <T>(key, options));
 }