You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
383 B
17 lines
383 B
namespace EShopOnAbp.CmskitService.Samples;
|
|
|
|
public class SampleAppService_Tests : CmskitServiceApplicationTestBase
|
|
{
|
|
//private readonly ISampleAppService _sampleAppService;
|
|
|
|
public SampleAppService_Tests()
|
|
{
|
|
//_sampleAppService = GetRequiredService<ISampleAppService>();
|
|
}
|
|
|
|
// [Fact]
|
|
// public async Task Method1Async()
|
|
// {
|
|
//
|
|
// }
|
|
}
|
|
|