mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-29 00:55:48 +08:00
refactor: ♻️ curdModule 新增Edit方案
[skip ci]
This commit is contained in:
@@ -81,16 +81,6 @@ public class JobTests(WebTestApplicationFactory<Startup> factory, ITestOutputHel
|
||||
Assert.True(rsp.IsSuccessStatusCode);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
[InlineData(default)]
|
||||
[Theory]
|
||||
public async Task<bool> ExistAsync(QueryReq<QueryJobReq> req)
|
||||
{
|
||||
var rsp = await PostJsonAsync(typeof(JobController), req);
|
||||
Assert.True(rsp.IsSuccessStatusCode);
|
||||
return default;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
[InlineData(default)]
|
||||
[Theory]
|
||||
|
||||
Reference in New Issue
Block a user