Guest User

Untitled

a guest
Jun 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using System;
  2.  
  3. namespace BrilliantFantastic.Podium.Model
  4. {
  5. [Serializable()]
  6. public class PostCollection : Csla.BusinessListBase<PostCollection, Post>
  7. {
  8. private PostCollection() { }
  9. }
  10. }
Add Comment
Please, Sign In to add comment