コード例 #1
0
ファイル: UserInfoService.cs プロジェクト: shuai7boy/YM_OA
 public bool Edit(UserInfo user)
 {
     return(dal.Edit(user) > 0);
 }