コード例 #1
0
 public bool ChangeCrust(CrustDAO crust)
 {
     return(data.ChangeCrust(CrustMapper.MapToCrust(crust)));
 }