mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-16 05:10:55 +08:00
update
@@ -32,7 +32,7 @@ var curd2 = fsql.GetGuidRepository<Song>();
|
|||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
public class SongRepository : BaseRepository<Song, int> {
|
public class SongRepository : BaseRepository<Song, int> {
|
||||||
public SongRepository(IFreeSql fsql) : base(fsql) {}
|
public SongRepository(IFreeSql fsql) : base(fsql, null, null) {}
|
||||||
|
|
||||||
//在这里增加 CURD 以外的方法
|
//在这里增加 CURD 以外的方法
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user