Ejemplo n.º 1
0
 public void AddAccessToUser(long?id, int thingID)
 {
     db.GiveThingAccess(id, thingID);
 }