C# Класс Server.Game.Database.Models.UserAccount

The user account contains information pertaining to a particular account
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UserAccount ( ) : System.Collections.Generic
UserAccount ( string username, string password, string email ) : System.Collections.Generic

Описание методов

UserAccount() публичный Метод

public UserAccount ( ) : System.Collections.Generic
Результат System.Collections.Generic

UserAccount() публичный Метод

public UserAccount ( string username, string password, string email ) : System.Collections.Generic
username string
password string
email string
Результат System.Collections.Generic