示例#1
0
 public override void GetData(IGetReqCommand getReq)
 {
     context.pendngGetReq = getReq;
     Change <SGettingFirebaseData>();
 }
示例#2
0
 public override void GetData(IGetReqCommand getReq)
 {
     context.NotifyObservers(busyStatus);
 }
示例#3
0
 public virtual void GetData(IGetReqCommand getReq)
 {
     throw new NotSupportedException($"{GetType().Name}::GetData() should not be called. Logic error");
 }