erp-platform/api/src/Kurs.Platform.Application.Contracts/Tenants/IPlatformTenantAppService.cs
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

9 lines
222 B
C#

using System.Threading.Tasks;
using Kurs.Platform.ListForms.DynamicApi;
namespace Kurs.Platform.Tenants;
public interface IPlatformTenantAppService
{
Task PostSeedTenantDataAsync(CreateUpdateTenantInput input);
}