예제 #1
0
 public IList <Category> ListCategories(string ticket, string communityId, string projectId, string categoryType)
 {
     return(DokuFlexService.ListCategories(ticket, communityId, projectId, categoryType));
 }