Пример #1
0
 public ActionResult Add(ClanDto value)
 {
     _clanService.Add(value);
     return(Ok());
 }