Example #1
0
 public void AddTotbl_sys_authority(tbl_sys_authority tbl_sys_authority)
 {
     base.AddObject("tbl_sys_authority", tbl_sys_authority);
 }
Example #2
0
 public static tbl_sys_authority Createtbl_sys_authority(int aT_Id)
 {
     tbl_sys_authority tbl_sys_authority = new tbl_sys_authority();
     tbl_sys_authority.AT_Id = aT_Id;
     return tbl_sys_authority;
 }