コード例 #1
0
 public int SpeciInsert([FromForm] Model.Specification Model)
 {
     return(_specificationRepository.Insert(Model));
 }
コード例 #2
0
 public int Insert(Model.Specification Model)
 {
     return(_specificationRepository.Insert(Model));
 }