Beispiel #1
0
 public IList <Conference> GetAll()
 {
     return(MockDbContext.GetAllConferences());
 }