121212
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public interface ITradeService
|
||||
{
|
||||
Task<bool> AddTrade(string userId, string code,string name, string propId, int count, long price,string content);
|
||||
Task<int> GetUserTradeCount(string userId);
|
||||
}
|
||||
Reference in New Issue
Block a user