Ejemplo n.º 1
0
        public void CreateAd(IAdView AdForm)
        {
            AdController AdController = new AdController();

            if (AdController.CreateAd(AdForm, UserRepository, CurrentUser) == null)
            {
                return;
            }

            ShowMainForm();
        }