refactoring

This commit is contained in:
Paul Schneider 2017-01-16 17:38:56 +01:00
commit 66de98bd0f
6 changed files with 1434 additions and 22 deletions

View file

@ -31,8 +31,8 @@ namespace Yavsc.Models.Workflow
[Display(Name="Accept notifications from non-VIP users")]
public bool AcceptPublicContact { get; set; }
[Display(Name="Allow my geo-localization, nearby my clients")]
public bool AcceptGeoLocalization { get; set; }
[Display(Name="Use my geo-localization, and give me clients near by me")]
public bool UseGeoLocalizationToReduceDistanceWithClients { get; set; }
[Display(Name="Web site")]
public string WebSite { get; set; }