示例#1
0
 public CleanupService(ICleanupRepository repository)
 {
     _repository = repository;
 }
		public CleanupManager(ICleanupRepository cleanupRepository)
		{
			_cleanupRepository = DIHelper.VerifyParameter(cleanupRepository);
		}