添加项目文件。
This commit is contained in:
10
Services/IReportService.cs
Normal file
10
Services/IReportService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using AciTester.Models;
|
||||
|
||||
namespace AciTester.Services
|
||||
{
|
||||
public interface IReportService
|
||||
{
|
||||
Task GenerateReportAsync(TestResult result, string filePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user