Exemple #1
0
 public Consultant GetConsultant([FromRoute] long id) => con_repo.GetFirst(a => a.ConsultantId == id);