示例#1
0
 public static IList<IList<string>> ObtenerAppsRecientes()
 {
     using (ServiceClient SCliente = new ServiceClient())
     {
         return SCliente.ObtenerAppsRecientes();
     }
 }