Created
September 28, 2016 19:19
-
-
Save MirkoRossini/8be4bf39410a246a7a5f30b11cb450a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.mirkorossini.transactionaltest.services; | |
public interface DummyServiceInt { | |
void insertValue(int value); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment