コード例 #1
0
 public List <Provider> GetProviderDataById(int id)
 {
     return(_dataSet.GetProviderDataById(id));
 }