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