Пример #1
0
 public ProjectInfo Get(int id)
 {
     return(Find(id) ?? throw RecademyException.ProjectNotFound(id));
 }