コード例 #1
0
ファイル: AddressService.cs プロジェクト: radtek/TimeKeeping
 public int Address_Update(AddressModel ad)
 {
     return(_repo.Address_Update(ad));
 }