コード例 #1
0
ファイル: profile.cs プロジェクト: bnhoward/ToTheLast46
 public int Add(string name, string profileText, int sortOrder)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Profile_Insert(name, profileText, sortOrder));
     }
 }