示例#1
0
 public IActionResult SetNotification(string text)
 {
     _settingServices.SetAverageNotification(text);
     return(View());
 }