public CIVAccount() { IsActive = true; AlertSettings = new Alert(); Account = new VideotronAccount(); SendMail = false; }
public CIVAccount() { IsActive = true; AlertSettings = new Alert(); Account = new VideotronAccount(); SendMail = false; Id = Guid.NewGuid(); SystrayDisplay = false; }