예제 #1
0
 public IEnumerable <Programa> List(ProgramaFilter filter)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public IEnumerable <Programa> List(ProgramaFilter filter)
 {
     return(this.repository.List(filter));
 }