Ejemplo n.º 1
0
 private async Task <bool> ShipperExists(int id)
 {
     return(await _shipperRepository.Exist(id));
 }