コード例 #1
0
 public Entity.ProductModuleVer GetOfficialLast(int productId)
 {
     return(ProductModelVerRepository.GetOfficialLast(productId));
 }