示例#1
0
 public Provider(Section.IProvider sectionProvider, Api.IInstance api)
 {
     _sectionProvider = sectionProvider;
     _api = api;
 }
示例#2
0
 public Provider(Section.IProvider sectionProvider, Api.IInstance api)
 {
     _sectionProvider = sectionProvider;
     _api             = api;
 }
示例#3
0
 public Provider(Api.IInstance api)
 {
     _api = api;
 }
示例#4
0
 public Provider(Api.IInstance api)
 {
     All = api.GetSections().ToObservable()
           .SelectMany(src => src.Select(directory => AutoMapper.Mapper.Map <ISection>(directory)));
 }
示例#5
0
 public Provider(Section.IProvider sections, Api.IInstance api)
 {
     _sections = sections;
     _api = api;
 }
示例#6
0
 public Provider(Api.IInstance api)
 {
     _api = api;
 }
示例#7
0
 public Provider(Section.IProvider sections, Api.IInstance api)
 {
     _sections = sections;
     _api      = api;
 }