コード例 #1
0
 public string FindBranchCodeByClientId(int clientId)
 {
     return(_manager.GetBranchCodeByClientId(clientId));
 }