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