Metrooz.Models.NotificationManager.NotificationManager C# (CSharp) Метод

NotificationManager() публичный Метод

public NotificationManager ( Account account ) : SunokoLibrary.Web.GooglePlus
account Account
Результат SunokoLibrary.Web.GooglePlus
        public NotificationManager(Account account) { _account = account; }
        readonly SemaphoreSlim _syncer = new SemaphoreSlim(1);