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