Created
January 19, 2020 18:46
-
-
Save kasunkv/753ad2c4eadc9bb1350c36c0a9314445 to your computer and use it in GitHub Desktop.
DisabledFeatureViewModel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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