예제 #1
0
 public MaintenanceRequestDetail GetMaintenanceRequestDetail(int Id)
 {
     return(_controller.GetMaintenanceRequestDetail(Id));
 }