Exemple #1
0
 public async Task <ICollection <WorkerDetails> > GetInfo(Guid storeID, String username)
 {
     return(await marketStores.GetInfo(storeID, username));
 }