Пример #1
0
 public bool DoesTramExist(int tramNumber)
 {
     return(_tramContext.DoesTramExist(tramNumber));
 }
 public bool DoesTramExist(int id)
 {
     return(_tramContext.DoesTramExist(id));
 }