예제 #1
0
 public OptionCaseItem CopyCaseFrom(OptionCaseItem srcCase)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void RemoveCase(OptionCaseItem optionCase, bool isStore)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void AddOrUpdateCaseStore(OptionCaseItem optionCase)
 {
     throw new NotImplementedException();
 }