using System; namespace DotNetMock.Examples.MailingList{ public class DatabaseConstants { public static int UNIQUE_CONSTRAINT_VIOLATED = 1; } }