Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package in.shop2020.storage.bdb;

import com.sleepycat.collections.TransactionWorker;

public class DeleteEntity implements TransactionWorker {

        @Override
        public void doWork() throws Exception {
                // TODO Auto-generated method stub

        }

}