Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- using HealthMonitor.Util.Entities.Base;
- using System;
- using System.Collections.Generic;
- using System.Text;
- using HealthMonitor.Util.Entities.Interfaces;
-
- namespace HealthMonitor.Util.Entities.Base
- {
- public abstract class GpsCardEntityBase : EntityBase, IGpsCardEntity
- {
- }
- }
|