Esempio n. 1
0
 public override bool IsEntityExists(Type targetType, string id)
 {
     return(_memoAccessor.IsEntityExists(targetType.FullName, id));
 }