Refactor StundePage to MVVM with DI
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Jugenddienst_Stunden.Interfaces;
|
||||
internal interface IAlertService {
|
||||
public interface IAlertService {
|
||||
event EventHandler<string> AlertRaised;
|
||||
void Raise(string message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user