コード例 #1
0
ファイル: SlugService.cs プロジェクト: Elorvetti/TreA
 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
ファイル: PhotoFolderService.cs プロジェクト: Elorvetti/TreA
 public PhotoFolderService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
コード例 #6
0
 public HomeService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
コード例 #7
0
ファイル: ArgumentService.cs プロジェクト: Elorvetti/TreA
 public ArgumentService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
コード例 #8
0
ファイル: UserService.cs プロジェクト: Elorvetti/TreA
 public UserService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
コード例 #9
0
ファイル: VideoService.cs プロジェクト: Elorvetti/TreA
 public VideoService(TreAContext ctx)
 {
     this._ctx = ctx;
 }
コード例 #10
0
ファイル: LoginService.cs プロジェクト: Elorvetti/TreA
 public LoginService(TreAContext ctx)
 {
     _ctx = ctx;
 }
コード例 #11
0
 public AlbumService(TreAContext ctx)
 {
     this._ctx = ctx;
 }