Ejemplo n.º 1
0
        public void WhenISavedTheCompany()
        {
            Console.WriteLine("********************************************");
            CompanyCreationOther other = new CompanyCreationOther();

            other.SaveCompany();

            Console.WriteLine("");
        }
Ejemplo n.º 2
0
        public void ThenIAddAAttachmentsForCompanyCUsersChamikayPicturesScreenshotsProductCreationAbc_Png(string brAttachment)
        {
            Console.WriteLine("********************************************");
            CompanyCreationOther other = new CompanyCreationOther();

            other.AddAttahcment(brAttachment);

            Console.WriteLine("");
        }