namespace CrupestApi.Commons.Crud; /// /// This will always represent null value in database. /// public class DbNullValue { public static DbNullValue Instance { get; } = new DbNullValue(); }