예제 #1
0
 public Homework GetById(Guid id)
 {
     return(homeworks.GetById(id));
 }