4 lines
70 B
C#
4 lines
70 B
C#
public class StableEntityCache
|
|
{
|
|
public const int NotInCache = -1;
|
|
}
|
public class StableEntityCache
|
|
{
|
|
public const int NotInCache = -1;
|
|
}
|