コード例 #1
0
 public List <Model.Specification> SpeciUptState(int id)
 {
     return(_specificationRepository.UptState(id));
 }