public void Delete(Test.Core.Task task) { _db.Remove(task); }
public void Update(Test.Core.Task task) { throw new NotImplementedException(); }
public void Add(Test.Core.Task task) { _db.Add(task); }