示例#1
0
        public async Task SendLicenseChangedAsync(DateTime createdAt, LicenseOrderStatus status)
        {
            var administrators = await GetAllAdministratorsAsync();

            await _emailSenderService.SendLicenseChangedAsync(createdAt, status, administrators);
        }