Exemplo n.º 1
0
 public IEnumerable <Models.Section> GetHistory(string user, string history)
 {
     return(sectionRepository.FindByHistory(user, history));
 }