热门标签
更多>
搜索结果
查询Tags标签: fjxw,共有 2条记录-
.net core 连接mysql 八:HomeController注入ISysUserRepository
using fjxw.echarge.Models;using Microsoft.AspNetCore.Mvc;using Microsoft.Extensions.Logging;using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Threading.Tasks;using fjxw.model;using fjxw.dal;namespace…
2022/3/27 19:23:35 人评论 次浏览 -
.net core 连接mysql 四:建立 ISysUserRepository
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using fjxw.model;namespace fjxw.dal{ public interface ISysUserRepository:IDisposable { IEnumerable<sysuser> GetUsers(); …
2022/3/27 19:23:17 人评论 次浏览