9 lines
177 B
C#
Raw Permalink Normal View History

2021-06-18 10:37:33 +02:00
namespace key4intranet.authentication.Models
{
public class PostUserModel
{
public string User { get; set; }
public string Pass { get; set; }
}
}