Skip to content

Instantly share code, notes, and snippets.

@jasonmccay
Created October 9, 2011 04:33
Show Gist options
  • Save jasonmccay/1273301 to your computer and use it in GitHub Desktop.
Save jasonmccay/1273301 to your computer and use it in GitHub Desktop.
namespace mongohq_csharp.Models.DTO
{
public class DeveloperDTO
{
public BsonObjectId id { get; set; }
public string name { get; set; }
public string languages { get; set; }
public string company { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment