摘要:
目录 IRepository Repository IService Service Controller IRepository IBaseRepository public interface IBaseRepository<T> where T : class, new() { ValueTa 阅读全文
摘要:
常用功能的简单封装 public class Dapper { public string ConnectionString { get; set; } public Dapper() { var Configuration = new ConfigurationBuilder() .Add(new 阅读全文
摘要:
Controller [HttpGet] public Response<JwtDto> Login(string account, string password) { var response = new Response<JwtDto>(); var user = students.Singl 阅读全文