Example #1
0
 public bool UpdateUseractLog(T_SYS_USERACTLOG entity)
 {
     return Useract.UpdateUseractLog(entity);
 }
Example #2
0
 public bool DeleteUseractLog(T_SYS_USERACTLOG entity)
 {
     return Useract.DeleteUseractLog(entity);
 }
Example #3
0
 public bool AddUseractLog(T_SYS_USERACTLOG entity)
 {
     return Useract.InsertUseractLog(entity);
 }