Пример #1
0
 public MarkEntity GetUserMarks(int id)
 {
     return(markRepository.GetUserMarks(id).ToBllMark());
 }