first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using BethanysPieShopHRM.Shared.Domain;
|
||||
|
||||
namespace BethanysPieShopHRM.Api.Models
|
||||
{
|
||||
public interface ICountryRepository
|
||||
{
|
||||
IEnumerable<Country> GetAllCountries();
|
||||
Country GetCountryById(int countryId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user