mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-11-06 18:20:49 +08:00
add examples domain_01
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace repository_01.Repositorys {
|
||||
public class SongRepository : BaseRepository<Song, int> {
|
||||
public SongRepository(IFreeSql fsql) : base(fsql) {
|
||||
public SongRepository(IFreeSql fsql) : base(fsql, null) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user