Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created January 27, 2020 16:16
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 gavilanch/95ca40ddde3268f687be203883a18a63 to your computer and use it in GitHub Desktop.
Save gavilanch/95ca40ddde3268f687be203883a18a63 to your computer and use it in GitHub Desktop.
public class Student {
public int Id { get; set; }
public string Name { get; set; }
public int Age { get; set; }
public bool IsDeleted { get; set; }
}
@jasicarose75
Copy link

Help me figure it out..

@W1zarDddD
Copy link

I came with this request myself.

@jasicarose75
Copy link

We can join forces.

@W1zarDddD
Copy link

I think this is a great idea. It will be easier to study together. We will help each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment