예제 #1
0
 private bool AreMockable(Moqqer moq, Type type)
 {
     return(moq.CanGetDefaultOrMock(type));
 }