Beispiel #1
0
 public void Update(BllUser entity)
 {
     _repository.Update(entity.ToDB());
 }
Beispiel #2
0
 public void Create(BllUser entity)
 {
     _repository.Create(entity.ToDB());
 }