Exemplo n.º 1
0
        public ContentResult GetAttendance(string id, DateTime date)
        {
            var bll   = new WorkmeetingBLL();
            var state = bll.GetAttendance(id, date);

            return(Content(state));
        }