dangsn
2024-12-30 863a1758e3b7e44bbc5b3d287cefafd7202b6201
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}