Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace TradingBot.Models;
|
||||
|
||||
public class Notification
|
||||
{
|
||||
public string Message { get; set; } = string.Empty;
|
||||
public string Type { get; set; } = "info";
|
||||
}
|
||||
Reference in New Issue
Block a user