Exemplo n.º 1
0
func (p DocService) DocumentTranReciept(Id string) model.PrintDocument {
	h := logic.NewDocumentHandler()
	return h.DocumentTranReciept(Id)
}
Exemplo n.º 2
0
func (p DocService) DocumentAccConfirm(Id string) model.PrintDocument {
	h := logic.NewDocumentHandler()
	return h.DocumentAccConfirm(Id)
}