Example #1
0
 public GetDictionaryResult <T> GetAsDictionary <T>(IEnumerable <string> keys) where T : class => Client.GetAllPropperAsDictionary <T>(keys);