mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
7 lines
124 B
C#
7 lines
124 B
C#
namespace TrainSearchWorker.Models;
|
|
|
|
public record BookTrainsRequest
|
|
{
|
|
public required string TrainIds { get; init; }
|
|
}
|