コード例 #1
0
 public BlockListModel GetBlockTypesForPost(string postType, string parentType = null)
 {
     return(_contentType.GetPostBlockTypes(postType, parentType));
 }