mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 05:42:01 +08:00
Update demo
This commit is contained in:
14
Src/Asp.NetCore2/SqliteTest/UserTestCases/CrossDatabase01.cs
Normal file
14
Src/Asp.NetCore2/SqliteTest/UserTestCases/CrossDatabase01.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
public class CrossDatabase01
|
||||
{
|
||||
public static void Init()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user