Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public class PlanesLogRow
  2. {
  3. public DateTime ArriveDate;
  4. public string Origin;
  5. public string Destination;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement