Beispiel #1
0
 public void Update(TestEntity entity)
 {
     testRepository.Update(entity.ToDalTest());
 }
Beispiel #2
0
 public void Create(TestEntity entity)
 {
     testRepository.Create(entity.ToDalTest());
 }