コード例 #1
0
ファイル: Cliente.cs プロジェクト: jorge-lopez/Launch
 public IList<IList<string>> ObtenerAppsCompradas()
 {
     using (ServiceClient SCliente = new ServiceClient())
     {
         return SCliente.ObtenerAppsComprados(this.Correo);
     }
 }