Exemple #1
0
 public List <BlogBll> getBlogData(BlogBll obj)
 {
     return(blogDalObj.getBlog(obj));
 }