Example #1
0
 public Result <Chart> ById(Guid chartId)
 {
     return(_chartRepository.ById(chartId));
 }