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