public InterestsContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
 }
 public AboutMeContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
 }
Exemplo n.º 3
0
 public CareerContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext, IMemoryCache memoryCache)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
     _memoryCache = memoryCache;
 }