Add foundation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IObservableViewModel :
|
||||
IDisposable
|
||||
{
|
||||
public IDisposer Disposer { get; }
|
||||
|
||||
public IPublisher Publisher { get; }
|
||||
|
||||
public IServiceFactory ServiceFactory { get; }
|
||||
|
||||
public IServiceProvider ServiceProvider { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user