Exemplo n.º 1
0
 public static bool TryAddResurstid(Resurstid tidslucka) => Tidsluckor.TryAdd(tidslucka.ResurstidId, tidslucka);
Exemplo n.º 2
0
 public static bool TryGetResurstid(string tidsluckaId, out Resurstid tidslucka) => Tidsluckor.TryGetValue(tidsluckaId, out tidslucka);