Beispiel #1
0
 public Task <IEnumerable <string> > GetAllWorkItemTypesAsync()
 {
     return(_versionControlService.GetAllWorkItemTypesAsync());
 }