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