Update DatabaseCacheService.cs
This commit is contained in:
parent
c20af27bdb
commit
13127deee8
@ -42,7 +42,6 @@ namespace GrossesMitainesAPI.Services {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool isOk() { return _ok; }
|
public bool isOk() { return _ok; }
|
||||||
public void askForRefresh() { _needUpd = true; }
|
public void askForRefresh() { _needUpd = true; }
|
||||||
public Product[]? GetCacheCopy() {
|
public Product[]? GetCacheCopy() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user