コード例 #1
0
 public IActionResult Create(int id)
 {
     ViewBag.LoaiChiPhi = loaiChiPhiRepo.GetAll();
     return(View(repo.GetGroupQL(id)));
 }