Exemple #1
0
        public static GetCountryIdByCountryCodeController Fixture()
        {
            GetCountryIdByCountryCodeController controller = new GetCountryIdByCountryCodeController(new GetCountryIdByCountryCodeRepository(), "", new LoginView());

            return(controller);
        }
 public static GetCountryIdByCountryCodeController Fixture()
 {
     GetCountryIdByCountryCodeController controller = new GetCountryIdByCountryCodeController(new GetCountryIdByCountryCodeRepository(), "", new LoginView());
     return controller;
 }