Guest User

Untitled

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