示例#1
0
 public UnitOfWork(ApplicationDbContext db)
 {
     _db     = db;
     SP_Call = new SP_Call(_db);
     Song    = new SongRepository(_db);
 }
示例#2
0
 public void Remove(SongRepository entity)
 {
     throw new NotImplementedException();
 }