public void Update(Priority table) { _priorityDal.Update(table); }
public void Update(Priority priority) { _priorityDal.Update(priority); }