public PodcastEpisodeMetadataRepository(WristCastContext context) : base(context)
 {
 }
示例#2
0
 public PodcastMetadaRepository(WristCastContext context) : base(context)
 {
 }
示例#3
0
 public void Test1()
 {
     raw.SetProvider(new SQLite3Provider_sqlite3());
     raw.FreezeProvider(true);
     var context = new WristCastContext("D:\\dbsqlite.db");
 }
示例#4
0
 public GenericRepository(WristCastContext context)
 {
     _context = context;
 }