This commit is contained in:
Zakharov_Rostislav 2024-05-27 01:38:55 +04:00
parent e770ffa984
commit 758a7143d6

View File

@ -145,6 +145,11 @@ namespace BankBusinessLogic.BusinessLogic
})
});
}
public void SendTransfersWithdrawalsToEmail(ReportBindingModel model)
{
throw new NotImplementedException();
}
#endregion
}
}