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