2018-06-11 15:52:09 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
2018-06-28 20:40:17 +00:00
|
|
|
|
|
2018-06-11 15:52:09 +00:00
|
|
|
|
namespace Atesa.Utilitarios
|
|
|
|
|
|
{
|
2018-06-28 20:40:17 +00:00
|
|
|
|
class Encriptar
|
2018-06-11 15:52:09 +00:00
|
|
|
|
{
|
2018-06-28 20:40:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
2018-06-11 15:52:09 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|