コード例 #1
0
ファイル: CategoryService.cs プロジェクト: dwfranks/GifFind
 public CategoryService(GifFindContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: SavedImageService.cs プロジェクト: dwfranks/GifFind
 public SavedImageService(GifFindContext context)
 {
     this._context = context;
 }