コード例 #1
0
 public static void Initialize(PlexLanderContext context)
 {
     context.Database.EnsureCreated();
 }
コード例 #2
0
 public PlexSessionRepository(PlexLanderContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: AppRepository.cs プロジェクト: kekonn/PlexLander
 public AppRepository(PlexLanderContext context)
 {
     _context = context;
 }