예제 #1
0
 public ISchemaBase Find(int id)
 {
     try
     {
         string full = AllObjects.GetFullName(id);
         return(Find(full));
     }
     catch
     {
         return(null);
     }
 }