Exemplo n.º 1
0
 public List <UUID> GetOwnersByGeneric(string Type, string Key)
 {
     return(GenericUtils.GetOwnersByGeneric(GD, Type, Key));
 }
Exemplo n.º 2
0
 public List <UUID> GetOwnersByGeneric(string Type, string Key, OSDMap value)
 {
     return(GenericUtils.GetOwnersByGeneric(GD, Type, Key, value));
 }
 public List <UUID> GetOwnersByGeneric(string type, string key, OSDMap value)
 {
     return(GenericUtils.GetOwnersByGeneric(type, key, value, genData));
 }