Esempio n. 1
0
 public TestEnum TestEnum(TestDto dto)
 {
     return(dto.Enum);
 }
Esempio n. 2
0
 public TestEnum TestEnum(TestDto dto)
 {
     return dto.Enum;
 }
Esempio n. 3
0
 public bool ArrayObject(int[] array, TestDto obj)
 {
     return(true);
 }
Esempio n. 4
0
 public bool ArrayObject(int[] array, TestDto obj)
 {
     return true;
 }