コード例 #1
0
 public List <Watches> GetAllwatch()
 {
     return(_watchRepository.GetAllWatches());
 }