Esempio n. 1
0
 public SlugService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 2
0
 public CategoryService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 3
0
 public PodcastService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 4
0
 public ReviewService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 5
0
 public PhotoFolderService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 6
0
 public HomeService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 7
0
 public ArgumentService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 8
0
 public UserService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 9
0
 public VideoService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
Esempio n. 10
0
 public LoginService(TreAContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 11
0
 public AlbumService(TreAContext ctx)
 {
     this._ctx = ctx;
 }