13 lines
		
	
	
		
			261 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			261 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Lib.Architecture.BuildingBlocks;
 | |
| 
 | |
| namespace Core.Blueprint.Application.UsesCases.Mongo.Input
 | |
| {
 | |
|     public class GetAllMongoSamplesRequest : Notificator, ICommand
 | |
|     {
 | |
|         public bool Validate()
 | |
|         {
 | |
|             return true;
 | |
|         }
 | |
|     }
 | |
| }
 | 
