示例#1
0
 public int Add(string name, string profileText, int sortOrder)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Profile_Insert(name, profileText, sortOrder));
     }
 }