示例#1
0
 public async Task <ListResponse> Customer_SearchAll()
 {
     return(await _customerProvider.Customer_Search(null));
 }