示例#1
0
 public void Update(MatchDTO model)
 {
     this.UpdateEntity(MatchMapper.Unmapper(model));
 }
示例#2
0
 public void Insert(MatchDTO _Match)
 {
     this.InsertEntity(MatchMapper.Unmapper(_Match));
 }