Adding locations micro-service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace CharacterApi.Models;
|
||||
|
||||
public class CreateCharacterRequest
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
namespace CharacterApi.Models;
|
||||
|
||||
public class CreateCharacterRequest
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user