예제 #1
0
        public async Task <IHttpActionResult> GetAttendanceTrendByClient(int clientId, int?placeId)
        {
            var userId = 3; //GetUserId();

            return(Ok(await _dashboardManager.GetAttendanceTrendByClient(clientId, userId, placeId)));
        }