コード例 #1
0
ファイル: UserBL.cs プロジェクト: Bathri021/Book_Shoppe-Main
 public bool Delete(int id)
 {
     return(IUserRepos.Delete(id));
 }