Skip to content

Instantly share code, notes, and snippets.

@PulkitSethi1984
Created May 16, 2019 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PulkitSethi1984/852d5d3a9cb627f33a25ed2e71674731 to your computer and use it in GitHub Desktop.
Save PulkitSethi1984/852d5d3a9cb627f33a25ed2e71674731 to your computer and use it in GitHub Desktop.
public interface INotificationsService
{
Task LoadNotifications();
ObservableProperty<int> NotificationsCount { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment