添加导航属性
This commit is contained in:
16
Yi.Framework.Net6/Yi.Framework.Interface/IRoleService.cs
Normal file
16
Yi.Framework.Net6/Yi.Framework.Interface/IRoleService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Model.Models;
|
||||
using Yi.Framework.Repository;
|
||||
|
||||
namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface IRoleService
|
||||
{
|
||||
/// <summary>
|
||||
/// DbTest
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<List<RoleEntity>> DbTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user