Exemplo n.º 1
0
 protected decimal GetMonthlySalary()
 {
     DebugHelper.Info($"query monthly salary id:{Id}");
     return(SalaryRepo.Get(this.Id));
 }
Exemplo n.º 2
0
 public virtual decimal Get(int Id)
 {
     return(SalaryRepo.Get(this.Id));
 }