コード例 #1
0
 protected override Task <int> AddAsync(ModuleViewModel model)
 {
     return(moduleService.AddOrUpdateModule(model));
 }