Example #1
0
 public ICollection <DomainLayer.DB_Model.Send.Send> GetDocSends(Guid docid)
 {
     return(_sendService.ShowDocumentSends(docid));
 }