Metrooz.Models.NotificationManager.NotificationManager C# (CSharp) Method

NotificationManager() public method

public NotificationManager ( Account account ) : SunokoLibrary.Web.GooglePlus
account Account
return SunokoLibrary.Web.GooglePlus
        public NotificationManager(Account account) { _account = account; }
        readonly SemaphoreSlim _syncer = new SemaphoreSlim(1);