示例#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;
 }