Advertisement
banyucenter

ListWisata.cs

Nov 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3.  
  4. namespace PariwisataApp
  5. {
  6.  
  7.  
  8.     public class ListWisata
  9.     {
  10.         public ListWisata()
  11.         {
  12.         }
  13.  
  14.         public int id { get; set; }
  15.         public int id_kabupaten { get; set; }
  16.         public string nama_wisata { get; set; }
  17.         public string foto { get; set; }
  18.  
  19.  
  20.  
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement