4ee8b9101d
Create working for tenant and added in efcore and data layer
9 lines
149 B
C#
9 lines
149 B
C#
using Emergence.models;
|
|
|
|
namespace Emergence.services.Interface
|
|
{
|
|
public interface ITenantService : IService<TenantModel, Guid>
|
|
{
|
|
}
|
|
}
|