Exemplo n.º 1
0
 protected override string Map(T entity) => !IsEncrypted?entity.ToString() : _key.EncryptStr(entity);