Subversion Repositories SmartDukaan

Rev

Rev 22196 | Rev 22201 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22196 Rev 22198
Line 15... Line 15...
15
import org.springframework.web.bind.annotation.RequestMapping;
15
import org.springframework.web.bind.annotation.RequestMapping;
16
import org.springframework.web.bind.annotation.RequestMethod;
16
import org.springframework.web.bind.annotation.RequestMethod;
17
 
17
 
18
import com.spice.profitmandi.dao.model.FofoForm;
18
import com.spice.profitmandi.dao.model.FofoForm;
19
import com.spice.profitmandi.dao.repository.dtr.Mongo;
19
import com.spice.profitmandi.dao.repository.dtr.Mongo;
20
 
-
 
21
import in.shop2020.dtrapi.utils.FofoDocumentsGenerator;
20
import com.spice.profitmandi.dao.util.FofoDocumentsGenerator;
22
 
21
 
23
@Controller
22
@Controller
24
public class FofoController {
23
public class FofoController {
25
	
24
	
26
	private static final Logger LOGGER = LoggerFactory.getLogger(FofoController.class);
25
	private static final Logger LOGGER = LoggerFactory.getLogger(FofoController.class);