public ActionResult BloodBank() { List <UserAccount> userAccounts = aHomeManager.GetBloodDonorUsers(); ViewBag.GetBloodDonors = userAccounts; UserAccount aUserAccount = aUserManager.GetBloodDonateStatus(GetUserData().UserId); ViewBag.GetBloodDonateStatus = aUserAccount; ViewBag.GetName = GetUserData().Name; return(View()); }
public ActionResult BloodBank() { List <UserAccount> userAccounts = aHomeManager.GetBloodDonorUsers(); ViewBag.GetBloodDonors = userAccounts; return(View()); }