예제 #1
0
 public void SetViewBag(int?seletedId = null)
 {
     ViewBag.ListGroup = danhMucDAO.GetListGroupCategory();
     ViewBag.ListType  = danhMucDAO.GetListTypeGroup();
 }