Advertisement
banyucenter

Kabupaten.cs

Nov 8th, 2017
92
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.     public class Kabupaten
  7.     {
  8.         public Kabupaten()
  9.         {
  10.         }
  11.  
  12.         public int id { get; set; }
  13.         public string nama_kabupaten { get; set; }
  14.         public string foto { get; set; }
  15.         public string keterangan { get; set; }
  16.  
  17.  
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement