Re-fabrication
This commit is contained in:
14
Yavsc.Server/Settings/EmailEntry.cs
Normal file
14
Yavsc.Server/Settings/EmailEntry.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Yavsc.Models.Relationship;
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
public class Contact
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string EMail { get; set; }
|
||||
|
||||
public PostalAddress PostalAddress { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user