forked from slavaxom9k/PIBD-23_Fomichev_V.S._MagicCarpet
правки
This commit is contained in:
@@ -164,10 +164,6 @@ internal class TourStorageContract : ITourStorageContract
|
||||
throw new StorageException(ex);
|
||||
}
|
||||
}
|
||||
public void ResElement(string id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
private Tour? GetTourById(string id) => _dbContext.Tours.FirstOrDefault(x => x.Id == id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user