Exemple #1
0
 public IList<IList<string>> ObtenerAppsCompradas()
 {
     using (ServiceClient SCliente = new ServiceClient())
     {
         return SCliente.ObtenerAppsComprados(this.Correo);
     }
 }