Esempio n. 1
0
		public abstract void Install(ICountryPluginService service);
Esempio n. 2
0
		//		protected $extendedData = array(
		//	"zipFormat" => array(
		//		"format" => "Xxxx",
		//		"replacements" => array(
		//			"X" => "123456789",
		//			"x" => "0123456789"
		//		)
		//	),
		//	"phoneFormat" => array(
		//		"displayFormats" => array(
		//			"xxxx-xxxx",
		//			"(0x) xxxx xxxx",
		//			"04xx xxx xxx"
		//		)
		//	)
		//);

		public override void Install(ICountryPluginService service)
		{
			service.PopulateDb(GetData());
		}