mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-07 18:04:45 +08:00
routine update
This commit is contained in:
@@ -64,5 +64,6 @@ namespace OpenAuth.Repository.Interface
|
||||
|
||||
void Save();
|
||||
|
||||
void ExecuteSql(string sql);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,5 +142,10 @@ namespace OpenAuth.Repository
|
||||
return dbSet;
|
||||
}
|
||||
|
||||
public void ExecuteSql(string sql)
|
||||
{
|
||||
Context.Database.ExecuteSqlCommand(sql);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user