mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 18:36:38 -06:00
8 lines
131 B
C#
8 lines
131 B
C#
namespace CarCareTracker.Models
|
|
{
|
|
public class OpenIDUserInfo
|
|
{
|
|
public string email { get; set; } = "";
|
|
}
|
|
}
|