Replace api with controller instead of minimalapi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Emergence.models;
|
||||
|
||||
namespace Emergence.services.Interface
|
||||
{
|
||||
public interface ITenantService : IService<TenantModel, Guid>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user