Example #1
0
 public Dictionary <string, StatusResult> ImportAll()
 {
     return(_innerClient
            .ImportAll(new Empty())
            .Entry
            .ToDictionary());
 }