コード例 #1
0
 private async Task <bool> ManufacturersExists(int id)
 {
     return(await _manufacturerRepository.Exist(id));
 }