Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 19, 2020 18:46
Show Gist options
  • Save kasunkv/753ad2c4eadc9bb1350c36c0a9314445 to your computer and use it in GitHub Desktop.
Save kasunkv/753ad2c4eadc9bb1350c36c0a9314445 to your computer and use it in GitHub Desktop.
DisabledFeatureViewModel
using System;
namespace MusicStore.Web.Models
{
public class DisabledFeatureViewModel
{
public string FeatureName { get; set; }
public DateTimeOffset GoLiveDate { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment