コード例 #1
0
 public Task <bool> ExistsAsync(string id)
 {
     return(guideRepository.ExistsAsync(id));
 }