コード例 #1
0
 public Ref_Product_TypesDTO Detail(string id)
 {
     return(producttypeRepository.Detail(id));
 }