Exemple #1
0
 public void Post(Switch sw)
 {
     SwitchRepo.Add(sw);
 }
Exemple #2
0
 public Switch Get()
 {
     return(SwitchRepo.Last());
 }