Exemplo n.º 1
0
 public List<string> GetLiteralsFromDataObjectProvider(TypeEntity type)
 {
     return Return(MethodInfo.GetCurrentMethod(),
         () => SMSLogic.GetLiteralsFromDataObjectProvider(type.ToType()));
 }