예제 #1
0
        public void WhenIClickedOnTheSaveButton()
        {
            Console.WriteLine("********************************************");
            BSPAttchment attachment = new BSPAttchment();

            attachment.SaveBusinessPartner();

            Console.WriteLine("");
        }
예제 #2
0
        public void ThenIAddAAttachment(string attachment)
        {
            Console.WriteLine("********************************************");
            BSPAttchment attachments = new BSPAttchment();

            attachments.AttachFile(attachment);

            Console.WriteLine("");
        }