first commit
This commit is contained in:
11
hrmsEjb/wenrgise/hrms/service/HrmsServiceFactory.java
Normal file
11
hrmsEjb/wenrgise/hrms/service/HrmsServiceFactory.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package wenrgise.hrms.service;
|
||||
|
||||
import wenrgise.workflow.helper.HrmsSimulator;
|
||||
|
||||
public class HrmsServiceFactory {
|
||||
private static HrmsServiceFactory hrmsServiceFactory = new HrmsServiceFactory();
|
||||
|
||||
public static HrmsService getService() {
|
||||
return (HrmsService)new HrmsSimulator();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user