121212
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public interface IGameEscortService
|
||||
{
|
||||
Task<List<game_escort>> GetEscortData();
|
||||
Task<game_escort> GetEscortInfo(int esId);
|
||||
Task<unit_user_escort> GetUserEscort(string userId);
|
||||
Task<bool> ClearUserEscort(string userId);
|
||||
Task<bool> UpdateUserEscort(string userId, int esId, string name);
|
||||
Task<bool> UpdateUserEscort(unit_user_escort data);
|
||||
}
|
||||
Reference in New Issue
Block a user