예제 #1
0
 public IArchive GetArchiveById(int archiveId)
 {
     return(_archiveRep.GetArchiveById(SiteId, archiveId));
 }