19 lines
		
	
	
		
			353 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			353 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using AIMSDAL;
 | |
| using AIMSModel;
 | |
| using AIMSObjectQuery;
 | |
| using System.Collections;
 | |
| using System.Collections.Generic;
 | |
| using System.Data;
 | |
| 
 | |
| namespace AIMSBLL
 | |
| {
 | |
|     public partial class BPersonDuty
 | |
|     {
 | |
|        public static DataTable GetDataTablePersonDuty()
 | |
|        {
 | |
|            return DPersonDuty.GetDataTablePersonDuty();
 | |
|        }
 | |
|     }
 | |
| }
 |