Exemplo n.º 1
0
        /// <summary>
        /// 작업자 전체 해제
        /// </summary>
        /// <param name="targetUserId"></param>
        /// <param name="username"></param>
        /// <param name="wcCode"></param>
        /// <returns></returns>
        public bool UpdateWorkerDeallocateAll(List <string> targetUserIds, string username, string wcCode)
        {
            Emp_Allocation_HistoryDAC dac = new Emp_Allocation_HistoryDAC();

            return(dac.UpdateWorkerDeallocateAll(targetUserIds, username, wcCode));
        }
Exemplo n.º 2
0
        /// <summary>
        /// 작업자 할당
        /// </summary>
        public bool InsertWorkerAllocate(string targetUserId, string username, string wcCode)
        {
            Emp_Allocation_HistoryDAC dac = new Emp_Allocation_HistoryDAC();

            return(dac.InsertWorkerAllocate(targetUserId, username, wcCode));
        }