Beispiel #1
0
 public async Task <Response> GetListSubCategory(string category)
 {
     return(await categoryBal.GetSubList(category));
 }