コード例 #1
0
 public InterestsContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
 }
コード例 #2
0
 public AboutMeContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
 }
コード例 #3
0
 public CareerContentRepository(IAndreFischbacherAppContext andreFischbacherAppContext, IMemoryCache memoryCache)
 {
     _andreFischbacherAppContext = andreFischbacherAppContext;
     _memoryCache = memoryCache;
 }