Example #1
0
 public List <OperationInfo> GetOperationInfos(Type entityType)
 {
     return(Return(MethodInfo.GetCurrentMethod(),
                   () => OperationLogic.ServiceGetOperationInfos(entityType)));
 }