コード例 #1
0
ファイル: SiteProvider.cs プロジェクト: Epitomy/CMS
 public bool IsOnline(Site site)
 {
     return(inner.IsOnline(site));
 }