класс бизнеслогики не асбтрактный
This commit is contained in:
parent
e8f9434a92
commit
e7a6a41eed
@ -15,7 +15,7 @@ namespace ModuleTools.BusinessLogics
|
||||
/// <typeparam name="S"></typeparam>
|
||||
/// <typeparam name="L"></typeparam>
|
||||
/// <typeparam name="E"></typeparam>
|
||||
public abstract class BusinessLogicCore<G, S, L, E>
|
||||
public class BusinessLogicCore<G, S, L, E>
|
||||
where G : GetBindingModel
|
||||
where S : SetBindingModel
|
||||
where L : ListViewModel<E>
|
||||
|
Loading…
Reference in New Issue
Block a user