public BasicResponse AddRoute(RouteDTO dto) { throw new NotImplementedException(); }
public BasicResponse AddRoute(RouteDTO dto) { var all = _dataTransferBuilder.AddRoute(dto); return all; }