예제 #1
0
 public ContractEntity GetBy(int Id)
 {
     return(_contractLogic.GetContractBy(Id));
 }