ServiceStack : routes and parameters
问题 Just discovered ServiceStack last months and i really enjoy working with this great framework. Was reaaly fed up with WCF settings and static method prototyping ! I have a question ! I have created a class : Events that allows to display one or a List of Events using following Routes : [Route("/events")] [Route("/events/{Id}")] public class Event { public ushort Id { get; set; } public string FromDate { get; set; } public string ToDate { get; set; } } But i would also like to list events