Example #1
0
 public Provider(Section.IProvider sectionProvider, Api.IInstance api)
 {
     _sectionProvider = sectionProvider;
     _api             = api;
 }
Example #2
0
 public Provider(Section.IProvider sectionProvider, Api.IInstance api)
 {
     _sectionProvider = sectionProvider;
     _api = api;
 }
Example #3
0
 public Provider(Section.IProvider sections, Api.IInstance api)
 {
     _sections = sections;
     _api = api;
 }
Example #4
0
 private Server(Section.IProvider sections, Music.IProvider music, Transcoder.IProvider transcoder)
 {
     Sections   = sections;
     Music      = music;
     Transcoder = transcoder;
 }
Example #5
0
 public Provider(Section.IProvider sections, Api.IInstance api)
 {
     _sections = sections;
     _api      = api;
 }