コード例 #1
0
 public bool OperationalSiteExists(long id)
 {
     return(repository.OperationalSiteExists(id));
 }