package webchurch.push.service;

import java.sql.Connection;

public class PushService {
	public static Connection conn; 
	public PushService() {
		// TODO Auto-generated constructor stub
	}
	
}
