コード例 #1
0
 public CoordinatorViewModel Get(int id)
 {
     try
     {
         return(_coordinator.GetCoordinatorbyId(id));
     }
     catch (Exception)
     {
         throw;
     }
 }