Commit 2560a5eb authored by 叶海龙's avatar 叶海龙

confict

parent 574ad9c0
Pipeline #97 canceled with stages
......@@ -20,5 +20,14 @@ namespace myProject
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>();
public void GetStatus()
{
if ("a".Equals("a"))
{
return;
}
}
}
}
......@@ -3,4 +3,3 @@
484849848
98456
myname is yehailong
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment