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