mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Add dotnet activities for train interface.
This commit is contained in:
6
enterprise/Models/BookTrainRequest.cs
Normal file
6
enterprise/Models/BookTrainRequest.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace TrainSearchWorker.Models;
|
||||
|
||||
public record BookTrainsRequest
|
||||
{
|
||||
public required string TrainIds { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user