Guest User

Untitled

a guest
Apr 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public class StudentEntity{
  2. public string studentId
  3. public string studentStatus
  4.  
  5. public string getStatusChangeDate{
  6. //if studentStatus change then return date
  7. }
  8. }
Add Comment
Please, Sign In to add comment