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