Example #1
0
 public void Delete(HRR.Core.Domain.ApplicationLog item)
 {
     new ApplicationLogRepository().Delete(item);
 }
Example #2
0
 public HRR.Core.Domain.ApplicationLog Save(HRR.Core.Domain.ApplicationLog item)
 {
     return(new ApplicationLogRepository().SaveOrUpdate(item));
 }