예제 #1
0
 public bool IsAttachementsSaved(int CaseID)
 {
     return(DocumentsRepository.IsAttachementsSaved(CaseID));
 }