Created
January 5, 2017 22:03
-
-
Save Casey-Bateman/2cdecf2654148c8009c211df96ee9aa6 to your computer and use it in GitHub Desktop.
Base Rating Rendered File Structure
This file contains 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
public class BaseMomentRenderedFile : BaseRenderedFile | |
{ | |
public string Id { get; set; } | |
public List<string> MomentIds { get; set; } | |
//.. any additional future fields such as exciting moment time would go here. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment