mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
创建表单数据表格
This commit is contained in:
@@ -146,5 +146,9 @@ namespace OpenAuth.Repository
|
||||
return dbSet;
|
||||
}
|
||||
|
||||
}
|
||||
public int ExecuteSql(string sql)
|
||||
{
|
||||
return Context.Database.ExecuteSqlCommand(sql);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user