forked from ddrilling/AsbCloudServer
9 lines
158 B
C#
9 lines
158 B
C#
|
namespace AsbCloudApp.Data
|
|||
|
{
|
|||
|
public class AuthDto
|
|||
|
{
|
|||
|
public string Login { get; set; }
|
|||
|
public string Password { get; set; }
|
|||
|
}
|
|||
|
}
|