Refactoring durchgeführt
This commit is contained in:
14
DaSaSo.ViewModel/Interface/IViewModelAbstractFactory.cs
Normal file
14
DaSaSo.ViewModel/Interface/IViewModelAbstractFactory.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using DaSaSo.ViewModel.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DaSaSo.ViewModel.Interface
|
||||
{
|
||||
public interface IViewModelAbstractFactory
|
||||
{
|
||||
BaseViewModel CreateViewModel(EViewType viewType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user