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