βAdditional functionality
Easy to use helper classes for your APIs
Trackable
[Api("/people")]
public class Person : Trackable
{
public int Id { get; set; }
public string Name { get; set; }
public DateTime DateOfBirth { get; set; }
}SoftDeletable
Last updated