Beispiel #1
0
 public bool CheckDocumentIsDeletable(string docType, Guid?id)
 {
     return(_commonRepository.CheckDocumentIsDeletable(docType, id));
 }