Example #1
0
 public bool UploadCheck()
 {
     return((_locationRepository.GetAll(new PagedAndSortedResultRequestDto()).Result.TotalCount == 0) &&
            (_plasticRepository.GetAll(new PagedAndSortedResultRequestDto()).Result.TotalCount == 0) &&
            (_spoolRepository.GetAll(new PagedAndSortedResultRequestDto()).Result.TotalCount == 0) &&
            (_printableRepository.GetAll(new PagedAndSortedResultRequestDto()).Result.TotalCount == 0));
 }