public void Update(Subject subject) { _subject.AddOrUpdate(subject); }
public Subject Add(Subject subject) { throw new NotImplementedException(); }