Base solution for your next web application

Activities of "bycem"

Hi , Selamlar

How to get client ip address in AppService ?

public class MailAppService : NotificationAppServiceBase, IMailAppService
    {


        public MailAppService(IRepository<EmailEntity> emailRepository, IBackgroundJobManager backgroundJobManager)
        {
            _backgroundJobManager = backgroundJobManager;
            _emailRepository = emailRepository;
        }
.
.
.
Showing 1 to 1 of 1 entries