예제 #1
0
 public void AddInParameter(string strname, DbType type, object strvalue)
 {
     _database.AddInParameter(strname, type, strvalue);
 }