C# Class DRMFSS.BLL.ViewModels.InternalMovementViewModel

view model for Internal Movements Internal Movements are the movements of commdity from one store to another on the same Hub
Afficher le fichier Open project: edgecomputing/cats-hub-module Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InternalMovementViewModel ( ) : System
InternalMovementViewModel ( IUnitOfWork repository, UserProfile user ) : System
InternalMovementViewModel ( List fromStore, List commodities, List programs, List units, List toStore, List reasons ) : System

Method Details

InternalMovementViewModel() public méthode

public InternalMovementViewModel ( ) : System
Résultat System

InternalMovementViewModel() public méthode

public InternalMovementViewModel ( IUnitOfWork repository, UserProfile user ) : System
repository IUnitOfWork
user UserProfile
Résultat System

InternalMovementViewModel() public méthode

public InternalMovementViewModel ( List fromStore, List commodities, List programs, List units, List toStore, List reasons ) : System
fromStore List
commodities List
programs List
units List
toStore List
reasons List
Résultat System