コード例 #1
0
 public IArchive GetArchive(string path)
 {
     return(_archiveRep.GetArchiveByPath(SiteId, path));
 }