Exemplo n.º 1
0
 public async Task <WorkerDetails> GetInfoSpecific(Guid storeID, String workerName, String username)
 {
     return(await marketStores.GetInfoSpecific(storeID, workerName, username));
 }