コード例 #1
0
 public Layout InsertLayout(Layout entity)
 {
     return(_iLayoutRepository.InsertLayout(entity));
 }