示例#1
0
 LayoutModel ILayoutReview.GetLayoutsDetailsById(Guid tenantId, Guid id)
 {
     return(_data.GetLayoutsDetailsById(tenantId, id));
 }