Exemplo n.º 1
0
 private void EditHelper(JobTitle obj)
 {
     ViewBag.JTCommonID = new SelectList(DDService.GetCommonJobTitle().ToList().OrderBy(aa => aa.JTCommonName).ToList(), "PJTCommonID", "JTCommonName", obj.JTCommonID);
 }