Exemplo n.º 1
0
 public Dictionary <string, T> GetMulti <T>(IEnumerable <string> keys) where T : class
 {
     return(_instance.GetMultiJson <T>(keys.ToList()));
 }