Пример #1
0
 private async Task <bool> CustomerExists(int id)
 {
     return(await customerBusiness.CustomerExists(id));
 }