using Marco.Pms.Model.Utilities; namespace Marco.Pms.Services.Service.ServiceInterfaces { public interface ITenantService { Task> CreateTenantAsync(Guid enquireId, Guid paymentDetailId, Guid planId); Task> RenewSubscriptionAsync(Guid tenantId, Guid employeeId, Guid paymentDetailId, Guid planId); } }