コード例 #1
0
ファイル: User_BAL.cs プロジェクト: trucquynh5992/Project
 public int DeleteByID(int UserID)
 {
     return(objUser_DAL.DeleteByID(UserID));
 }