Untitled

 avatar
unknown
plain_text
a year ago
190 B
3
Indexable
async function GetTotalProductSalesToagent(req: Request, res: Response) {
    const response = await productSalesToAgentService.GetTotalProductSalesToAgent(req);
    res.json(response);
}
Editor is loading...
Leave a Comment