コード例 #1
0
 public async Task <bool> CheckId(int id)
 {
     return(await _cinemaRepository.CheckId(id));
 }