예제 #1
0
 public ISchema IGetSchema(long oid)
 {
     return((ISchema)Empresa.Get(oid));
 }
예제 #2
0
 public static ISchema GetISchema(long oid)
 {
     return((ISchema)Empresa.Get(oid));
 }