DAO unit tests implementation

This commit is contained in:
manoj 2014-12-12 19:56:19 +05:30
parent 10a05b024f
commit 18083d2d11

View File

@ -0,0 +1,6 @@
package org.wso2.carbon.device.mgt.core.dto;
public enum OwnerShip {
BYOD,CORP
}