コード例 #1
0
 protected virtual Task UpdateModelAsync(TReadModel model)
 {
     return(Repository.AddOrUpdate(model));
 }