Esempio n. 1
0
 public Subject GetSubjectById(int id)
 {
     return(repo.ReadSubjectById(id));
 }