Ejemplo n.º 1
0
 public bool DeleteDocumentType(System.Int32 DocumentTypeId)
 {
     return(_iDocumentTypeRepository.DeleteDocumentType(DocumentTypeId));
 }