예제 #1
0
 public ActionResult Create()
 {
     ViewBag.ProfileList = _ProfileService.GetDropListProfileNull(null);
     return(View(_Service.GetNewModel()));
 }