Exemple #1
0
 /// <summary>
 /// Sets the content type identifier.
 /// </summary>
 /// <param name="id">The content type model identifier.</param>
 /// <param name="contentTypeId">The content type identifier.</param>
 public void SetContentTypeId(Guid id, int contentTypeId)
 {
     _contentTypeRepository.SetContentTypeId(id, contentTypeId);
 }