mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: wip send an invoice mail the customer email
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Service } from 'typedi';
|
||||
|
||||
@Service()
|
||||
export class SendInvoiceMailReminder {
|
||||
/**
|
||||
*
|
||||
* @param {number} tenantId
|
||||
* @param {number} saleInvoiceId
|
||||
*/
|
||||
public sendInvoiceMailReminder(tenantId: number, saleInvoiceId: number) {}
|
||||
}
|
||||
Reference in New Issue
Block a user