摘要:
1.add service to provider (need nuget a package before add this service) services.AddAutoMapper(AppDomain.CurrentDomain.GetAssemblies()); 2.create a m 阅读全文
摘要:
docker git init git clone //You should enter the folder which have a ".gitigore" file and copy files which you want to git push for your repository in 阅读全文
摘要:
实体控制类 public class IdentityDbContext: Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<RegisterViewModel> { public IdentityDbContex 阅读全文