Initial API setup and basic program functioning
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Emergence.models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Emergence.services.Interface
|
||||
{
|
||||
public interface IUserService : IService<UserModel>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user