Skip to content

Instantly share code, notes, and snippets.

@pparadis
Created June 29, 2015 10:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pparadis/f4bbd5fb537c53483554 to your computer and use it in GitHub Desktop.
using System.Collections.Generic;
namespace FrenchCoding.Obsolete
{
public class UserDirectory
{
public List<string> GetAllUsers()
{
return new List<string>();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment