Update DatabaseCacheService.cs

This commit is contained in:
MarcEricMartel 2022-10-25 09:27:19 -07:00
parent c20af27bdb
commit 13127deee8

View File

@ -42,7 +42,6 @@ namespace GrossesMitainesAPI.Services {
}
return true;
}
public bool isOk() { return _ok; }
public void askForRefresh() { _needUpd = true; }
public Product[]? GetCacheCopy() {