예제 #1
0
 public void Insert(ConsultaModel model)
 {
     Insert(model.ModelToEntity());
 }
예제 #2
0
 public void Update(ConsultaModel model)
 {
     Update(model.ModelToEntity());
 }
예제 #3
0
 public void Delete(ConsultaModel model)
 {
     Delete(model.ModelToEntity());
 }