摘要:
//Service namespace WebApplication4.Models { public class Book { public int Id { get; set; } public string Name { get; set; } public string ISBN { get 阅读全文
摘要:
//C# Server using System.Net; using System.Net.WebSockets; using System.Text; using System.Text.Json; namespace ConsoleApp7 { public class Program { s 阅读全文
摘要:
#Server using System.Net; using System.Net.WebSockets; using System.Text; using System.Text.Json; namespace ConsoleApp7 { public class Program { stati 阅读全文
摘要:
//Server: using System.Net; using System.Net.WebSockets; using System.Text; using System.Text.Json; namespace ConsoleApp7 { public class Program { sta 阅读全文
摘要:
using Microsoft.AspNetCore.Mvc; using WebApplication3.Models; using WebApplication3.Services; namespace WebApplication3.Controllers { [ApiController] 阅读全文
摘要:
Install-Package Swashbuckle.AspNetCore namespace WebApplication1.Models { public class Book { public int Id { get; set; } public string Name { get; se 阅读全文