yuxc
2025-01-06 4006805916d04a398243292316fbad8a05d2f67b
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}