コード例 #1
0
 public Task <URL> Get(string Id)
 {
     return(_IURLData.GetUrlById(Id));
 }