♻️ No idea, but errors all gone
This commit is contained in:
13
DysonNetwork.Shared/Services/ICustomAppService.cs
Normal file
13
DysonNetwork.Shared/Services/ICustomAppService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using MagicOnion;
|
||||
using DysonNetwork.Shared.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DysonNetwork.Shared.Services;
|
||||
|
||||
public interface ICustomAppService : IService<ICustomAppService>
|
||||
{
|
||||
Task<CustomApp?> FindClientByIdAsync(Guid clientId);
|
||||
Task<int> CountCustomAppsByPublisherId(Guid publisherId);
|
||||
}
|
||||
Reference in New Issue
Block a user