Esempio n. 1
0
 public string DeleteRoom(int id)
 {
     return(context.DeleteRoom(id).ToString());
 }