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