コード例 #1
0
ファイル: UseractLogService.svc.cs プロジェクト: JuRogn/OA
 public bool UpdateUseractLog(T_SYS_USERACTLOG entity)
 {
     return Useract.UpdateUseractLog(entity);
 }
コード例 #2
0
ファイル: UseractLogService.svc.cs プロジェクト: JuRogn/OA
 public bool DeleteUseractLog(T_SYS_USERACTLOG entity)
 {
     return Useract.DeleteUseractLog(entity);
 }
コード例 #3
0
ファイル: UseractLogService.svc.cs プロジェクト: JuRogn/OA
 public bool AddUseractLog(T_SYS_USERACTLOG entity)
 {
     return Useract.InsertUseractLog(entity);
 }