Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										11
									
								
								Infrastructure/Database/Generic/IGenericReader.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Infrastructure/Database/Generic/IGenericReader.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| using Domains; | ||||
|  | ||||
| namespace Infrastructure.Database.Generic; | ||||
|  | ||||
| /// Reads from data storage | ||||
| public interface IGenericReader | ||||
| { | ||||
|     /// Get all entities of type T stored in storage | ||||
|     /// <typeparam name="T">Entity type to seek in storage</typeparam> | ||||
|     IQueryable<T> GetAll<T>() where T : class, IEntity; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user