コード例 #1
0
 internal string GetDC(string customerId, string customerDC)
 {
     return(_repos.GetDC(customerId, customerDC));
 }