- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace AwInitilizer.Model
- {
- public class SimStatusString
- {
- public bool IsInstalled { get; set; }
- public string ICCID { get; set; }
- public string IMSI { get; set; }
- }
- }
|