david-PC\david
2018-06-12 a9631bf0505ac256d276b060dc05d99ea971d877
1
2
3
4
5
6
7
8
9
package frame.file;
 
import frame.persist.NamedSQL;
 
public interface IFileContext {
      void setParametersTo(NamedSQL namedSQL);
      
      void addParameters(Map<String, String> map)
}