コード例 #1
0
ファイル: RentController.cs プロジェクト: faisalAIUB/Asp.net
 public ActionResult UploadAd()
 {
     ViewBag.District = repo.GetDistrict();
     ViewBag.Thana    = repo.GetThana();
     return(View());
 }