Added comments, changed generic repository, removed warnings
This commit is contained in:
		| @@ -2,9 +2,10 @@ | ||||
|  | ||||
| namespace Infrastructure.Database.Generic | ||||
| { | ||||
|     /// Reads from data storage | ||||
|     public interface IGenericReader | ||||
|     { | ||||
|         /// Get all entities of type <typeparamref name="T"/> stored in storage | ||||
|         /// 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