This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Machine.Specifications; | |
using Moq; | |
using That = Moq.It; | |
using It = Machine.Specifications.It; | |
namespace Webdevelopment.Hif.Impression | |
{ | |
public abstract class TrackingSpecificationContext | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var acctPauseNote = string.Format("paused by the system because balance is {0:c2}", dAcctBalance); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN TRANSACTION; | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('NONE'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('OTHER'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('MOBILE NEW FEED'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('DESKTOP NEW FEED'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('RIGHT SIDE HAND'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('SITE LINK'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('ACQUISITION'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('QUOTES'); | |
INSERT INTO poc_dw.campaign_types (name) VALUES ('CONTENT'); |