Skip to content

Instantly share code, notes, and snippets.

@amr-swalha
Created March 17, 2018 12:50
Show Gist options
  • Select an option

  • Save amr-swalha/6c0f5b45d4e10ca8a2fb219a1f70e5ce to your computer and use it in GitHub Desktop.

Select an option

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