コード例 #1
0
 public Seos GetSeosById(Guid id)
 {
     return(dal.GetSeosById(id));
 }