Пример #1
0
 public BlogInfo Get_Blog_By_Id(int Blog_Id)
 {
     return(_blogRepo.Get_Blog_By_Id(Blog_Id));
 }