예제 #1
0
 public Task SaveAsync(SaveStoreData request)
 {
     throw new NotImplementedException(Consts.StoreRequiredMessage);
 }
예제 #2
0
 public void Save(SaveStoreData request)
 {
     throw new NotImplementedException(Consts.StoreRequiredMessage);
 }