Exemple #1
0
 /// <summary>
 /// Gets the content type model identifier.
 /// </summary>
 /// <param name="contentTypeId">The content type identifier.</param>
 /// <returns>
 /// The content type model identifier.
 /// </returns>
 public Guid?GetContentTypeModelId(int contentTypeId)
 {
     return(_contentTypeRepository.GetContentTypeModelId(contentTypeId));
 }