示例#1
0
 public IBlogPostEditingContext RetrieveSelectedPost()
 {
     if (_postSource != null)
     {
         return(_postSource.GetPost(SelectedPost.Id));
     }
     else
     {
         return(null);
     }
 }