v1.0.0
This commit is contained in:
18
CC.Yi.IDAL/IDbSession.cs
Normal file
18
CC.Yi.IDAL/IDbSession.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using CC.Yi.Model;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CC.Yi.IDAL
|
||||
{
|
||||
public partial interface IDbSession
|
||||
{
|
||||
DataContext GetDbContent();
|
||||
int SaveChanges();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user