Lotten Almen has a long and varied work experience. Lotten began in 1996 as a Secretary at Astra Draco. In 1998, they moved to AstraZeneca R&D as an Administrator. In 1999, they became a Global Project Coordinator at AstraZeneca R&D. In 2011, they joined Sony Mobile Communications as an Assistant to Head of System Verification & Launch, Assistant to Product Quality & Validation, Assistant to Acceptance Test and Qperator Market Verification, and Assistant, Customer Satisfaction, Quality & Customer Services. In 2016, they became a Business Manager at Alligator Bioscience AB. Most recently, in 2021, they began working as a Business Administration Manager at Xintela AB.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WebApplication1.Models
{
public class User
{
public int Id { get; set; }
public string Name { get; set; }
public string Password { get; set; }
public string Email { get; set; }
public string Phone { get; set; }
public string Address { get; set; }
public string City { get; set; }
public string State { get; set; }
public string ZipCode { get; set; }
}
}
Sign up to view 0 direct reports
Get started