Exemplo n.º 1
0
 public void Update(CommandDTO model)
 {
     this.UpdateEntity(CommandMapper.Unmapper(model));
 }
Exemplo n.º 2
0
 public void Insert(CommandDTO _Command)
 {
     this.InsertEntity(CommandMapper.Unmapper(_Command));
 }