コード例 #1
0
 public MobileEntityService(IAsgaMobileUnit unit) : base(unit)
 {
     this.Unit = unit;
 }
コード例 #2
0
 public NotificationService(IAsgaMobileUnit unit) : base(unit)
 {
     _unit = unit;
 }
コード例 #3
0
 public UserDeviceService(IAsgaMobileUnit unit) : base(unit)
 {
     this.unit = unit;
 }
コード例 #4
0
 public UserReminderService(IAsgaMobileUnit unit, IModuleNotificationService prov) : base(unit)
 {
     this.prov = prov;
 }