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);