示例#1
0
 public Task <Service> FindByNameAsync(string name)
 {
     return(_serviceStore.FindByNameAsync(name));
 }