Ejemplo n.º 1
0
 static void Main()
 {
     PostCodeServiceEnum postCodeServiceEnum = PostCodeServiceEnum.INSTANCE;
     List <PostCode>     codes    = postCodeServiceEnum.GetPostCodes(new City("Istanbul"));
     PostCode            postCode = postCodeServiceEnum.GetPostCode(new City("Istanbul"), new Street("Muratreis"));
 }
Ejemplo n.º 2
0
 public static List <PostCode> GetPostCodesAround(this PostCodeServiceEnum postCodeServiceEnum, PostCode postCode)
 {
     return(null);
 }