Ejemplo n.º 1
0
 public ActionResult EmailAttendanceNotices(OrgSearchModel m)
 {
     m.SendNotices(this);
     return Content("ok");
 }