End of feature developing

This commit is contained in:
Nicola Carminati
2019-11-26 17:13:37 +01:00
parent 11801125d3
commit 4c2a0c1c91
24 changed files with 1308 additions and 230 deletions
@@ -18,8 +18,11 @@ namespace Step.Model.ConfigModels
public class ContactModel
{
public Boolean Visible { get; set; }
public string Name { get; set; }
public string Company { get; set; }
public string Email { get; set; }
public string PhoneNumber { get; set; }
public string WebSite { get; set; }
}
}