コード例 #1
0
ファイル: UserMasterBLL.cs プロジェクト: zcmgif/repo2
 public int Update(Users model)
 {
     return(dal.Update(model));
 }