sunkaixuna
3 years ago
3 changed files with 14 additions and 5 deletions
@ -0,0 +1,13 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace SqlSugar |
|||
{ |
|||
public interface ISugarRepository |
|||
{ |
|||
ISqlSugarClient Context { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue