Skip to content

Instantly share code, notes, and snippets.

@grimley517
Created August 18, 2017 15:05
Show Gist options
  • Save grimley517/a51d1aeae10b7bdb9b68b8df97b3a4e9 to your computer and use it in GitHub Desktop.
Save grimley517/a51d1aeae10b7bdb9b68b8df97b3a4e9 to your computer and use it in GitHub Desktop.
HomeClass.cs
namespace Module
{
public class Module
{
IData data {get; set;}
public Module()
{
data = DataFactory.Create();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment