コード例 #1
0
 public ActionResult EmailAttendanceNotices(OrgSearchModel m)
 {
     m.SendNotices();
     return(Content("ok"));
 }