Пример #1
0
 public void Update(PlayerDTO model)
 {
     this.UpdateEntity(PlayerMapper.Unmapper(model));
 }
Пример #2
0
 public void Insert(PlayerDTO _Player)
 {
     this.InsertEntity(PlayerMapper.Unmapper(_Player));
 }