public void Update(PlayerDTO model) { this.UpdateEntity(PlayerMapper.Unmapper(model)); }
public void Insert(PlayerDTO _Player) { this.InsertEntity(PlayerMapper.Unmapper(_Player)); }