public CorrespondenceFact CreateFact(FactMemento memento) { DisableToastNotification newFact = new DisableToastNotification(memento); return(newFact); }
public static Query GetQueryIsDisabled() { if (_cacheQueryIsDisabled == null) { _cacheQueryIsDisabled = new Query() .JoinSuccessors(DisableToastNotification.GetRoleEnable()) ; } return(_cacheQueryIsDisabled); }
public CorrespondenceFact CreateFact(FactMemento memento) { DisableToastNotification newFact = new DisableToastNotification(memento); return newFact; }
public CorrespondenceFact GetNullInstance() { return(DisableToastNotification.GetNullInstance()); }
public void WriteFactData(CorrespondenceFact obj, BinaryWriter output) { DisableToastNotification fact = (DisableToastNotification)obj; }