public InterestsContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
 }
 public AboutMeContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
 }
Beispiel #3
0
 public CareerContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext, IMemoryCache memoryCache)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
     _memoryCache = memoryCache;
 }