Beispiel #1
0
 public CategoryService(GifFindContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SavedImageService(GifFindContext context)
 {
     this._context = context;
 }