Ejemplo n.º 1
0
 public void DeleteDocumentType(DocumentType documentType)
 {
     using (DomainService service = new DomainService())
     {
         service.DeleteDocumentType(documentType);
     }
 }