Exemple #1
0
 public List <Power> GetPowersById(int Id)
 {
     return(ipowerservice.GetPowersById(Id));
 }