| 12345678910 |
- using WePlatform.BaseSystem.Tenants.Dto;
- using IwbZero.AppServiceBase;
- namespace WePlatform.BaseSystem.Tenants
- {
- public interface ITenantsAppService : IIwbZeroAsyncCrudAppService<TenantDto, int, IwbPagedRequestDto, TenantCreateDto, TenantUpdateDto>
- {
- }
- }
|