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