AppActs.API.Repository.EventRepository.GetDeviceAppLastScreenOneBy C# (CSharp) Method

GetDeviceAppLastScreenOneBy() public method

public GetDeviceAppLastScreenOneBy ( System.Guid deviceId, System.Guid applicationId ) : DeviceAppLastScreen
deviceId System.Guid
applicationId System.Guid
return AppActs.API.Model.Event.DeviceAppLastScreen
        public DeviceAppLastScreen GetDeviceAppLastScreenOneBy(Guid deviceId, Guid applicationId)
        {
            return this.eventMapper.GetDeviceAppLastScreenOneBy(deviceId, applicationId);
        }