Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5.  
  6. namespace Storage_test.Models
  7. {
  8. public class StorageRecord
  9. {
  10. public int Id { get; set; }
  11. public string Name { get; set; }
  12. public string Surname {get; set;}
  13. public string Comment { get; set;}
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement