Ejemplo n.º 1
0
 public async Task AddVaccineAsync(Vaccine vaccine)
 {
     await _service.AddVaccineAsync(vaccine);
 }