mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
7 lines
106 B
C#
7 lines
106 B
C#
namespace ComiServ.Models;
|
|
|
|
public record class UserDescription(string Username, string Usertype)
|
|
{
|
|
|
|
}
|