Пример #1
0
 public void AddOutParameter(string strname, DbType type, int size)
 {
     _database.AddOutParameter(strname, type, size);
 }