Add project files.
This commit is contained in:
		| @@ -0,0 +1,9 @@ | ||||
| using Core.Blueprint.Domain.Entities; | ||||
|  | ||||
| namespace Core.Blueprint.DAL.Infrastructure.Contracts | ||||
| { | ||||
|     public interface IRepositoryIdentityBase<T> : IRepositoryBase<T> where T : AbsEntity | ||||
|     { | ||||
|         ValueTask<T> GetByIdAsync(Guid id) => GetByIdAsync(id.ToString()); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin