Пример #1
0
 public List <WeaponOnGround> GetWeaponOnGrounds(int roomID)
 {
     return(repo.GetWeaponOnGrounds(roomID));
 }