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