Table of Contents

Class EmplUpdateDeptRequestModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll
public class EmplUpdateDeptRequestModel : RequestModel
Inheritance
EmplUpdateDeptRequestModel
Inherited Members

Properties

Depts

public List<DeptRequestModel> Depts { get; set; }

Property Value

List<DeptRequestModel>

UserCode

public string UserCode { get; set; }

Property Value

string

UserType

public UserType UserType { get; set; }

Property Value

UserType