Example #1
0
        public IEnumerable <ClassEntity> GetAllClassesOfType([FromRoute] string partitionKey)
        {
            IEnumerable <ClassEntity> tableStorageResult = classTableStorage.GetAllEntitiesOfType(partitionKey);

            return(tableStorageResult);
        }