예제 #1
0
 public CostCenter GetCostCenter(long id) => CostCenter_repo.GetFirst(a => a.CostCenterId == id);