예제 #1
0
 public Provider(Api.IInstance api)
 {
     All = api.GetSections().ToObservable()
         .SelectMany(src => src.Select(directory => AutoMapper.Mapper.Map<ISection>(directory)));
 }