C# Класс DRMFSS.BLL.ViewModels.LossesAndAdjustmentsViewModel

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
LossesAndAdjustmentsViewModel ( ) : System
LossesAndAdjustmentsViewModel ( IUnitOfWork repository, UserProfile user, int type ) : System
LossesAndAdjustmentsViewModel ( List commodity, List stores, List adjustmentReasonMinus, List adjustmentReasonPlus, List units, List programs, UserProfile user, int type ) : System

Описание методов

LossesAndAdjustmentsViewModel() публичный Метод

public LossesAndAdjustmentsViewModel ( ) : System
Результат System

LossesAndAdjustmentsViewModel() публичный Метод

public LossesAndAdjustmentsViewModel ( IUnitOfWork repository, UserProfile user, int type ) : System
repository IUnitOfWork
user UserProfile
type int
Результат System

LossesAndAdjustmentsViewModel() публичный Метод

public LossesAndAdjustmentsViewModel ( List commodity, List stores, List adjustmentReasonMinus, List adjustmentReasonPlus, List units, List programs, UserProfile user, int type ) : System
commodity List
stores List
adjustmentReasonMinus List
adjustmentReasonPlus List
units List
programs List
user UserProfile
type int
Результат System