2024-07-11 05:57:53 +00:00
|
|
|
|
namespace Neighbourhood.omg.lol.Models {
|
2024-05-31 13:16:09 +00:00
|
|
|
|
public class AddressResponseList : List<AddressResponseData>, IOmgLolResponseList<AddressResponseData> {
|
2024-07-16 02:15:56 +00:00
|
|
|
|
public string Message { get; set; } = string.Empty;
|
2024-05-31 13:16:09 +00:00
|
|
|
|
}
|
|
|
|
|
}
|