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