コード例 #1
0
ファイル: profile.cs プロジェクト: bnhoward/ToTheLast46
 public bool Delete(int profileID)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Profile_Delete(profileID));
     }
 }