mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-29 09:54:44 +08:00
Update SqlSugar.Access
This commit is contained in:
11
Src/Asp.Net/SqlSugar.Access/Access/DbFirst/AccessDbFirst.cs
Normal file
11
Src/Asp.Net/SqlSugar.Access/Access/DbFirst/AccessDbFirst.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace SqlSugar.Access
|
||||
{
|
||||
public class SqlServerDbFirst : DbFirstProvider
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user