コード例 #1
0
ファイル: RegisterBLL.cs プロジェクト: zhanggaga/TimeFlow
 public int addInfo(ClientInfo user_info)
 {
     return(myDAL.addInfo(user_info));
 }