public void Update(DtoPayRoll dto) { _daoPayroll.Update(dto); }
public async Task Update(DtoPayroll dto) { await dao.Update(dto); }