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