18 lines
333 B
C#
18 lines
333 B
C#
using Hncore.Pass.BaseInfo.Models;
|
|
using Hncore.Pass.Vpn.Domain;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Hncore.Pass.Vpn.Model
|
|
{
|
|
public class UserDataMode
|
|
{
|
|
public string UserName { get; set; }
|
|
public string Value { get; set; }
|
|
|
|
}
|
|
|
|
}
|