Example #1
0
 public MarkEntity GetMovieMarks(int id)
 {
     return(markRepository.GetMovieMarks(id).ToBllMark());
 }