Пример #1
0
        public IHttpActionResult Count(int?fieldId, int?officeId)
        {
            var count = _dataSetRepository.Count(fieldId, officeId);

            return(ApiOk(count));
        }