класс бизнеслогики не асбтрактный

This commit is contained in:
kotcheshir73 2021-03-28 19:25:28 +04:00
parent e8f9434a92
commit e7a6a41eed

View File

@ -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>