Ejemplo n.º 1
0
        public static GetCountryNameByCountryIdController Fixture()
        {
            GetCountryNameByCountryIdController controller = new GetCountryNameByCountryIdController(new GetCountryNameByCountryIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetCountryNameByCountryIdController Fixture()
 {
     GetCountryNameByCountryIdController controller = new GetCountryNameByCountryIdController(new GetCountryNameByCountryIdRepository(), "", new LoginView());
     return controller;
 }