public void Update(BllUser entity) { _repository.Update(entity.ToDB()); }
public void Create(BllUser entity) { _repository.Create(entity.ToDB()); }