コード例 #1
0
 public IList <OperationDto> GetOperations()
 {
     return(OperationServices.GetOperationsDtoByCustomerID(User.Id));
 }