Exemplo n.º 1
0
        public async Task <ActionResult> Edit(int id)
        {
            var profile = await _bizRevokeDebt.GetByIdAsync(id, GlobalData.User.IDUser);

            ViewBag.model = profile;
            return(View());
        }
Exemplo n.º 2
0
        public async Task <IActionResult> Edit(int id)
        {
            var profile = await _bizRevoke.GetByIdAsync(id);

            return(View(profile));
        }