aboutsummaryrefslogtreecommitdiff
path: root/server-core/src/main/java/com/juick/service/ShowQueriesServiceImpl.java
blob: d3470c757b976394da072caede03ca789e9217fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package com.juick.service;

import org.springframework.stereotype.Repository;

/**
 * Created by aalexeev on 11/13/16.
 */
@Repository
public class ShowQueriesServiceImpl extends BaseJdbcDao implements SubscriptionService {
}