Exemplo n.º 1
0
 public void DeleteFav(ObjectType type, int id)
 {
     DeleteFav(NavObjects.GetName(type), id);
 }
Exemplo n.º 2
0
 public void AddFav(ObjectType type, int id)
 {
     AddFav(NavObjects.GetName(type), id);
 }