예제 #1
0
func (p DocService) DocumentTranReciept(Id string) model.PrintDocument {
	h := logic.NewDocumentHandler()
	return h.DocumentTranReciept(Id)
}
예제 #2
0
func (p DocService) DocumentAccConfirm(Id string) model.PrintDocument {
	h := logic.NewDocumentHandler()
	return h.DocumentAccConfirm(Id)
}