Exemple #1
0
 public ActionResult UploadAd()
 {
     ViewBag.District = repo.GetDistrict();
     ViewBag.Thana    = repo.GetThana();
     return(View());
 }