コード例 #1
0
 private string figureOutStore(PersonnelScheduleDetail wSD)
 {
     if (wSD.GETpostDescription().Contains("SMC"))
     {
         return("SMC");
     }
     if (wSD.GETpostDescription().Contains("CP"))
     {
         return("CP");
     }
     if (wSD.GETjobName().Contains("Nisqually"))
     {
         return("Nisqually");
     }
     return(wSD.GETjobName());
 }