Exemplo n.º 1
0
 public Degree GetDegree(long id) => Degree_repo.GetFirst(a => a.DegreeId == id);