ludc
2024-08-22 c9a3c90c074704de573f0024d5a695b5a04095f2
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}