public FormPhilHealth() { InitializeComponent(); philHealth = new PhilHealth(); counts = new Counts(); admin = new Admin(); }
public IActionResult Details(long Id) { Person PhilHealthMember = _person.Get(Id); PhilHealth PhilHealthDetail = _philHealth.Get(Id); return(View()); }
void IPhilHealth.Update(PhilHealth updatedPhilHealth) { throw new NotImplementedException(); }
void IPhilHealth.Add(PhilHealth newPhilHealth) { throw new NotImplementedException(); }