Skip to content

Instantly share code, notes, and snippets.

@pedropombeiro
Created November 30, 2012 23:14
Show Gist options
  • Save pedropombeiro/4179378 to your computer and use it in GitHub Desktop.
Save pedropombeiro/4179378 to your computer and use it in GitHub Desktop.
IFooFactory declaration
public interface IFooFactory
{
#region Public Methods and Operators
IFoo Create(int id);
#endregion
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment