Should GetVilla be moved out of controller to certain service? Also I suggest to use just `/villas` endpoint and make `string name` optional: `string name = ""` and if name is null/empty just return full list, otherwise filter it :)
@bkcy18 Жыл бұрын
At line#34 if we add name.ToLower() would be helpful in case insensitive search.