public MobileEntityService(IAsgaMobileUnit unit) : base(unit)
 {
     this.Unit = unit;
 }
Exemplo n.º 2
0
 public NotificationService(IAsgaMobileUnit unit) : base(unit)
 {
     _unit = unit;
 }
 public UserDeviceService(IAsgaMobileUnit unit) : base(unit)
 {
     this.unit = unit;
 }
 public UserReminderService(IAsgaMobileUnit unit, IModuleNotificationService prov) : base(unit)
 {
     this.prov = prov;
 }