Exemplo n.º 1
0
 public void Update(MatchDTO model)
 {
     this.UpdateEntity(MatchMapper.Unmapper(model));
 }
Exemplo n.º 2
0
 public void Insert(MatchDTO _Match)
 {
     this.InsertEntity(MatchMapper.Unmapper(_Match));
 }