摘要:
参考 Reference 引用某个程序集 PackageReference 引用某个 NuGet 包 ProjectReference 引用某个项目 Compile 常规的 C# 编译 None 没啥特别的编译选项,就为了执行一些通用的操作(或者是只是为了在 Visual Studio 列表中能够有 阅读全文
posted @ 2023-10-18 14:25
Kelvin's
阅读(80)
评论(0)
推荐(0)
摘要:
Service public interface ITestFileService : IApplicationService { public Task<string> getDownloadUrl(); } public class TestFileService : XXXManagement 阅读全文
posted @ 2023-10-18 08:56
Kelvin's
阅读(265)
评论(1)
推荐(0)