Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed Feb 12, 2020
1 parent 1ec0dee commit 4a6732d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal class ServiceConfiguration
public string NamespacePrefix { get; set; }

public bool UseDataServiceCollection { get; set; }

/// <summary>
/// Change the INotifyPropertyChanged Implementation to support async operations with synchronous event callbacks
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions src/Unchase.OData.ConnectedService/Models/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ internal class UserSettings
/// </summary>
[DataMember]
public bool UseDataServiceCollection { get; set; }

/// <summary>
/// Change the INotifyPropertyChanged Implementation to support async operations with synchronous event callbacks
/// </summary>
Expand Down

0 comments on commit 4a6732d

Please sign in to comment.