using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ButcherFactory.Login
|
|
{
|
|
public class ClientVersion
|
|
{
|
|
public string Version { get; set; }
|
|
|
|
public string ServerUrl { get; set; }
|
|
}
|
|
}
|