8 lines
		
	
	
		
			220 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			220 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Domains.LocationDomain;
 | |
| using Infrastructure.Database.Generic;
 | |
| 
 | |
| namespace Infrastructure.Database.Locations.Repositories.Countries
 | |
| {
 | |
|     public interface ICountriesRepository : IGenericRepository<Country> { }
 | |
| }
 |