示例#1
0
 private async Task <bool> Exists(int id)
 {
     return(await _bannerService.Exists(id));
 }