Пример #1
0
 public ActionResult EmailAttendanceNotices(OrganizationModel m)
 {
     m.SendNotices(this);
     return(Content("ok"));
 }