public ActionResult CheckAll(OrgPeopleModel m) { var list = m.CurrentNotChecked(); CurrentDatabase.TagAll(list, m.OrgTag); return(PartialView("People", m)); }
public ActionResult CheckAll(OrgPeopleModel m) { DbUtil.Db.CurrentOrg.CopyPropertiesFrom(m); var list = m.CurrentNotChecked(); DbUtil.Db.TagAll(list, m.OrgTag); return(PartialView("People", m)); }
public ActionResult CheckAll(OrgPeopleModel m) { DbUtil.Db.CurrentOrg.CopyPropertiesFrom(m); var list = m.CurrentNotChecked(); DbUtil.Db.TagAll(list, m.OrgTag); return PartialView("People", m); }