Skip to content
Snippets Groups Projects
Commit 017b0844 authored by esantangelo's avatar esantangelo
Browse files

Merge branch 'fix-Multi-Tenant' of...

Merge branch 'fix-Multi-Tenant' of https://gitlab.fing.edu.uy/rodrigo.sastre/tsi1-backend into fix-Multi-Tenant
parents 8493c0e1 73794647
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