Esempio n. 1
0
 // GET api/<controller>
 public IEnumerable <DocumentCategoryPoco> Get()
 {
     return(AzureStorageHelper.GetTableRows());
 }