Beispiel #1
0
 public Task <UpdateEntity> Find(string version, string branch)
 {
     return(_repo.Find(version, branch));
 }