Exemple #1
0
 public async Task <Specialty> GetSpecialty(long?id)
 {
     return(await _specialtyRepository.GetOne(id));
 }