mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
v0.0.11 实现分表
This commit is contained in:
@ -6,7 +6,7 @@ using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace repository_01.Repositorys {
|
||||
public class SongRepository : BaseRepository<Song, int> {
|
||||
public class SongRepository : DefaultRepository<Song, int> {
|
||||
public SongRepository(IFreeSql fsql) : base(fsql, null) {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user