Skip to content

Instantly share code, notes, and snippets.

@amr-swalha
Created March 17, 2018 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amr-swalha/6c0f5b45d4e10ca8a2fb219a1f70e5ce to your computer and use it in GitHub Desktop.
Save amr-swalha/6c0f5b45d4e10ca8a2fb219a1f70e5ce to your computer and use it in GitHub Desktop.
POCO Student
namespace LambdaService
{
public class Student
{
public string Name { get; set; }
public string Email { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment