Ejemplo n.º 1
0
 public IEnumerable <Topic> GetTopicsOwnedByUser(User owner)
 {
     return(_CurriculumStorage.GetTopicsOwnedByUser(owner));
 }