|
@@ -54,7 +54,7 @@ namespace CallCenter.Caches
|
|
|
|
|
|
void AddWorksCache(Work work);
|
|
void AddWorksCache(Work work);
|
|
|
|
|
|
- void UpdateWorksCache(Work work)
|
|
|
|
|
|
+ void UpdateWorksCache(Work work);
|
|
|
|
|
|
void RemoveWorksCache(string id);
|
|
void RemoveWorksCache(string id);
|
|
}
|
|
}
|