2222
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public interface IGameStoreService
|
||||
{
|
||||
Task<List<game_city_npc_store>> GetStoreData(int npc, int area, int page, int limit,
|
||||
RefAsync<int> total);
|
||||
|
||||
Task<game_city_npc_store> GetStoreInfo(string storeId);
|
||||
}
|
||||
Reference in New Issue
Block a user