示例#1
0
 public object GetMaterial(int id)
 {
     return(_materialLogic.GetMaterialById(id));
 }