Exemplo n.º 1
0
 public tbl_ContentType GetContentTypeByType(ContentType type)
 {
     return(ContentTypeRepository.GetByType(type));
 }