api โครงสร้างลูกจ้าง

This commit is contained in:
Kittapath 2023-07-13 09:01:47 +07:00
parent 1c99718a30
commit 25f0fb06c1
25 changed files with 14453 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="private_nuget" value="https://nuget.frappet.synology.me/v3/index.json" />
</packageSources>
</configuration>