Exemple #1
0
 private static void TypeListToDb(int serverid, int dirDbId, CIMDirectoryInfo value)
 {
     foreach (var filetype in value.Typelist)
     {
     }
     throw new NotImplementedException();
 }