Пример #1
0
 public async Task <IActionResult> GetAllWeapons()
 {
     return(Ok(await _weaponService.GetAllWeapons()));
 }
Пример #2
0
 public string Get()
 {
     _weaponsService.GetAllWeapons();
     return("all weapons");
 }