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