Example #1
0
        public virtual IOracleCustomType CreateObject()
        {
            PraticaType obj = new PraticaType();

            return(obj);
        }
Example #2
0
 public virtual System.Array CreateArray(int length)
 {
     PraticaType[] collElem = new PraticaType[length];
     return(collElem);
 }