Skip to content
Snippets Groups Projects
Commit 73794647 authored by Lucca Santangelo Dodera's avatar Lucca Santangelo Dodera
Browse files

Update ITenantService.cs

parent e6adb739
No related branches found
No related tags found
1 merge request!8Fix multi tenant
using System;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
......@@ -14,7 +14,5 @@ namespace Tsi1.BusinessLayer.Interfaces
Task<ServiceResult<List<TenantPreviewDto>>> GetAll();
Task<ServiceResult<TenantPreviewDto>> Create(TenantCreateDto newTenant);
//Task<ServiceResult<TenantPreviewDto>> CreateUdelarAdmin(TenantCreateDto newTenant);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment