示例#1
0
 public IEnumerable <BalanceDTO> GetStoreBalances(int storeId)
 {
     return(Service.GetStoreBalances(storeId));
 }